Skip to content

Commit 3225052

Browse files
animeshsrivastava24per1234
authored andcommitted
Update volatile.adoc (#614)
#613 Fixed
1 parent fa12a4d commit 3225052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Variables/Variable Scope & Qualifiers/volatile.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ subCategories: [ "Variable Scope & Qualifiers" ]
1717

1818
[float]
1919
=== Description
20-
`volatile` is a keyword known as a variable _qualifier_, it is usually used before the datatype of a variable, to modify the way in which the compiler and subsequent program treats the variable.
20+
`volatile` is a keyword known as a variable _qualifier_, it is usually used before the datatype of a variable, to modify the way in which the compiler and subsequent program treat the variable.
2121

2222
Declaring a variable `volatile` is a directive to the compiler. The compiler is software which translates your C/C++ code into the machine code, which are the real instructions for the Atmega chip in the Arduino.
2323

0 commit comments

Comments
 (0)