Skip to content

Commit 9b2e53a

Browse files
authored
fix typo 'report' -> 'refer' (#115)
1 parent 4afc624 commit 9b2e53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/programming-language/main/02-00-basics/02-04-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ string contains another, e.g.
150150
if ("ere" in "Able was I ere I saw Elba.") //...
151151
```
152152

153-
For more information, please report to
153+
For more information, please refer to
154154
[the complete overview of the string class](http://www.valadoc.org/glib-2.0/string.html).
155155

156156
A [sample program](../../../../developer-guides/string-sample) demonstrating string usage is also available.

0 commit comments

Comments
 (0)