Skip to content

Commit 3a1b21c

Browse files
committed
Tutorial5 - Strings, Runes, and UTF-8 Encoding
1 parent 2bddb68 commit 3a1b21c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Strings, Runes, and UTF-8 Encoding in Go
22

3-
This README will guide you through some basic concepts in Go, including strings, runes, and UTF-8 encoding. The code we'll be discussing demonstrates these concepts in a simple and understandable way.
3+
This will guide you through some basic concepts in Go, including strings, runes, and UTF-8 encoding. The code we'll be discussing demonstrates these concepts in a simple and understandable way.
44

55
## Strings and UTF-8 Encoding
66

0 commit comments

Comments
 (0)