changeset 28478:7f586be7282c stable

doc: Fix typo in strings.txi (bug #58570). * strings.txi: Replace "principal" with "principle".
author A.R. Burgers <arburgers@gmail.com>
date Mon, 15 Jun 2020 08:41:54 -0700
parents 5a85e42a1be7
children 5fb8449e4dd0
files doc/interpreter/strings.txi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/interpreter/strings.txi	Sat Jun 13 20:12:50 2020 -0700
+++ b/doc/interpreter/strings.txi	Mon Jun 15 08:41:54 2020 -0700
@@ -53,7 +53,7 @@
 produces the string whose contents are @samp{foobarbaz}.  @xref{Numeric Data
 Types}, for more information about creating matrices.
 
-While strings can in principal store arbitrary content, most functions expect
+While strings can in principle store arbitrary content, most functions expect
 them to be UTF-8 encoded Unicode strings.
 
 @menu