add final dot in function comment

This commit is contained in:
Rafael Dantas Justo 2015-07-17 07:17:18 -03:00
parent 0ec31bb825
commit c1abafe6ad
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ func tfunc(k, bias rune) rune {
// encode transforms Unicode input bytes (that represent DNS label) into
// punycode bytestream. This function would return nil if there's an invalid
// character in the label
// character in the label.
func encode(input []byte) []byte {
n, bias := _N, _BIAS