From 5d829e9be638d27a6341d5758474fc3b34de012b Mon Sep 17 00:00:00 2001 From: "Stephen R. van den Berg" <srb@cuci.nl> Date: Fri, 12 Jan 2018 13:57:02 +0100 Subject: [PATCH] Missed a typo. --- refdoc/chapters/data_types.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refdoc/chapters/data_types.xml b/refdoc/chapters/data_types.xml index b2439873cc..7b466d0969 100644 --- a/refdoc/chapters/data_types.xml +++ b/refdoc/chapters/data_types.xml @@ -274,7 +274,7 @@ construction too much.</p> <dt><tt>int <ref>String.count</ref>(string <i>haystack</i>, string <i>needle</i>)</tt></dt> <dd>Returns the number of occurances of <i>needle</i> in <i>haystack</i>. - Equvivalent to <tt><ref>sizeof</ref>(<i>haystack</i>/<i>needle</i>)-1</tt>.</dd> + Equivalent to <tt><ref>sizeof</ref>(<i>haystack</i>/<i>needle</i>)-1</tt>.</dd> <dt><tt>int <ref>String.width</ref>(string <i>s</i>)</tt></dt> <dd>Returns the width <i>s</i> in bits (8, 16 or 32).</dd> -- GitLab