Skip to content

Commit b541a6d

Browse files
authored
Fixing Strange first character at string append.
Fixing #111
1 parent f98fbc8 commit b541a6d

File tree

1 file changed

+2
-2
lines changed
  • Language/Variables/Data Types/String/Operators

1 file changed

+2
-2
lines changed

Language/Variables/Data Types/String/Operators/append.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "+="
33
title_expanded: append
44
categories: [ "Data Types" ]
@@ -57,4 +57,4 @@ None
5757
[role="example"]
5858
* #EXAMPLE# link: https://www.arduino.cc/en/Tutorial/BuiltInExamples#strings[Built-in String Tutorials]
5959
--
60-
// SEE ALSO SECTION ENDS
60+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)