Skip to content

Commit 3a8db5f

Browse files
authored
close #41 : Typo Fixed : dereference.adoc
from reference-en pr 635 ( arduino/reference-en#635 )
1 parent 8152ce4 commit 3a8db5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Structure/Pointer Access Operators/dereference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ result = *p; // 'result' gets the value at the address pointed by 'p'
4646

4747
[float]
4848
=== Notes and Warnings
49-
Pointers are one of the complicated subjects for beginners in learning C, and it is possible to write the vast majority of Arduino sketches without ever encountering pointers. However for manipulating certain data structures, the use of pointers can simplify the code, and and knowledge of manipulating pointers is handy to have in one's toolkit.
49+
Pointers are one of the complicated subjects for beginners in learning C, and it is possible to write the vast majority of Arduino sketches without ever encountering pointers. However for manipulating certain data structures, the use of pointers can simplify the code, and knowledge of manipulating pointers is handy to have in one's toolkit.
5050
[%hardbreaks]
5151

5252
--

0 commit comments

Comments
 (0)