Merge pull request #66 from mjperrone/master
change order of bulleted list to match order of keyword characters
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 19 Jan 2017 11:01:56 +0000 |
parents |
e32dffb3711c
(current diff)
e582e8d6c46d
(diff)
|
children |
bc9cdb277a61
|
branches/tags |
(none) |
files |
|
Changes
--- a/chapters/08.markdown Tue Jan 17 11:14:13 2017 +0000
+++ b/chapters/08.markdown Thu Jan 19 11:01:56 2017 +0000
@@ -47,11 +47,11 @@
very complicated, but in essence it means that all of the following are
considered "keyword characters":
-* The underscore character (`_`).
* All alphabetic ASCII characters, both upper and lower case, and their accented
versions.
* Any characters with an ASCII value between 48 and 57 (the digits zero through
nine).
+* The underscore character (`_`).
* Any characters with an ASCII value between 192 and 255 (some special ASCII
characters).