From e3bcbb9b0398c51f4e81be8cba484954cb8e9447 Mon Sep 17 00:00:00 2001 From: PilkeySEK Date: Thu, 6 Nov 2025 19:37:24 +0100 Subject: [PATCH] fix typo 'report' -> 'refer' --- .../programming-language/main/02-00-basics/02-04-data-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/programming-language/main/02-00-basics/02-04-data-types.md b/docs/tutorials/programming-language/main/02-00-basics/02-04-data-types.md index 9b36d72e..109217df 100644 --- a/docs/tutorials/programming-language/main/02-00-basics/02-04-data-types.md +++ b/docs/tutorials/programming-language/main/02-00-basics/02-04-data-types.md @@ -150,7 +150,7 @@ string contains another, e.g. if ("ere" in "Able was I ere I saw Elba.") //... ``` -For more information, please report to +For more information, please refer to [the complete overview of the string class](http://www.valadoc.org/glib-2.0/string.html). A [sample program](../../../../developer-guides/string-sample) demonstrating string usage is also available.