# HG changeset patch # User Steve Losh # Date 1484823716 0 # Node ID c220c429aab6518734fd0a3247c795e2fd3619be # Parent e32dffb3711c86d885aa13007ae447680c81e99b# Parent e582e8d6c46d45b28b3e2dd5e68b00049ddaf8e6 Merge pull request #66 from mjperrone/master change order of bulleted list to match order of keyword characters diff -r e32dffb3711c -r c220c429aab6 chapters/08.markdown --- 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).