mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 15:43:58 +00:00
Use single quotes for consistency.
This commit is contained in:
parent
60acc14e0d
commit
1c35f85b0c
@ -216,7 +216,7 @@ if (true) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (false) {
|
if (false) {
|
||||||
print "I don't";
|
print 'I don\'t';
|
||||||
} else {
|
} else {
|
||||||
print 'I get printed';
|
print 'I get printed';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user