aboutsummaryrefslogtreecommitdiff
path: root/src/unicode
diff options
context:
space:
mode:
Diffstat (limited to 'src/unicode')
-rw-r--r--src/unicode/example_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unicode/example_test.go b/src/unicode/example_test.go
index 50c5b18a48..a60dae4458 100644
--- a/src/unicode/example_test.go
+++ b/src/unicode/example_test.go
@@ -12,7 +12,6 @@ import (
// Functions starting with "Is" can be used to inspect which table of range a
// rune belongs to. Note that runes may fit into more than one range.
func Example_is() {
-
// constant with mixed type runes
const mixed = "\b5Ὂg̀9! ℃ᾭG"
for _, c := range mixed {