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