PR #16585 Fixed a typo in Simple strings.

Author:halw
Date:2010-01-22T15:46:56.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@410 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-01-22 15:46:56 +00:00
parent abce8e5882
commit dd838ef554

View File

@@ -44,7 +44,7 @@ A string -- specimen of construct String -- is a sequence of zero or more manife
===Simple strings===
A simple string -- specimen of Simple_string -- is a [[#Strings|String]] consisting of at most one line (that is to say, containing now embedded new-line manifest character).
A simple string -- specimen of Simple_string -- is a [[#Strings|String]] consisting of at most one line (that is to say, containing no embedded new-line manifest character).
===Line wrapping parts===