Pierre-Olivier Latour 10 년 전
부모
커밋
f7de5cac09
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      GCDWebServer/Core/GCDWebServer.h

+ 2 - 1
GCDWebServer/Core/GCDWebServer.h

@@ -232,7 +232,8 @@ extern NSString* const GCDWebServerAuthenticationMethod_DigestAccess;
 - (void)webServerDidCompleteBonjourRegistration:(GCDWebServer*)server;
 
 /**
- *  This method is called after the NAT port mapping has been updated.
+ *  This method is called after the NAT port mapping for the server has been
+ *  updated.
  *
  *  Use the "publicServerURL" property to retrieve the public address of the
  *  server.