Skip to content

Commit 31c6417

Browse files
authored
Update host name i18n docs.
1 parent 012fc00 commit 31c6417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/internationalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Also, handling method names is a very hot code path so any additional encoding/d
1717
Recommended representation in language-specific APIs: string type.
1818

1919
### Host name (in RPC Invocation)
20-
Host names are punycode encoded. Currently, the punycode needs to be provided by the user.
20+
Host names are punycode encoded, but the user is responsible for providing the punycode-encoded string if she wishes to use an internationalized host name.
2121

2222
Recommended representation in language-specific APIs: string/unicode string.
2323

0 commit comments

Comments
 (0)