Skip to content

Commit b0892b0

Browse files
committed
Editorial change: correcting a typo
1 parent fc83612 commit b0892b0

File tree

1 file changed

+1
-1
lines changed
  • content/courses/advanced-ada/parts/data_types

1 file changed

+1
-1
lines changed

content/courses/advanced-ada/parts/data_types/strings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ character literal :ada:`'a'`.
3939
String Literals
4040
~~~~~~~~~~~~~~~
4141

42-
A string literal is simply a collection of character between quotation marks.
42+
A string literal is simply a collection of characters between quotation marks.
4343
For example:
4444

4545
.. code:: ada run_button project=Courses.Advanced_Ada.Data_Types.Strings.Character_String_Literals.Simple_String_Literals

0 commit comments

Comments
 (0)