8000 Fix typos in .txt files included with built-in examples · arduino/arduino-examples@3edfceb · GitHub
[go: up one dir, main page]

Skip to content

Commit 3edfceb

Browse files
per1234cmaglie
authored andcommitted
Fix typos in .txt files included with built-in examples
1 parent dc4a9e9 commit 3edfceb

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

examples/01.Basics/Fade/Fade.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Demonstrates the use of analog output to fade an LED.
1+
Demonstrates the use of analogWrite() to fade an LED.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Controlling multiple LEDs with a for loop and.
1+
Controlling multiple LEDs with a for loop.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Two-axis acceleromoter.
1+
Two-axis accelerometer.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add strings together in a variety of ways.
1+
Add Strings together in a variety of ways.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Change the case of a string.
1+
Change the case of a String.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Get/set the value of a specific character in a string.
1+
Get/set the value of a specific character in a String.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Compare strings alphabetically.
1+
Compare Strings alphabetically.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
How to initialize string objects.
1+
How to initialize String objects.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Look for the first/last instance of a character in a string.
1+
Look for the first/last instance of a character in a String.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Get and trim the length of a string.
1+
Examples of how to use length() in a String.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Get and trim the length of a string.
1+
Get and trim the length of a String.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Replace individual characters in a string.
1+
Replace individual characters in a String.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Check which characters/substrings a given string starts or ends with.
1+
Check which characters/substrings a given String starts or ends with.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Look for "phrases" within a given string.
1+
Look for "phrases" within a given String.

0 commit comments

Comments
 (0)
0