# HG changeset patch # User Mike Perrone # Date 1388796690 18000 # Node ID e582e8d6c46d45b28b3e2dd5e68b00049ddaf8e6 # Parent 56683eb09eccdb4a4baf43302761ed348197c1cc change order of bulleted list to match order of keyword characters diff -r 56683eb09ecc -r e582e8d6c46d chapters/08.markdown --- a/chapters/08.markdown Thu Apr 04 01:38:14 2013 -0400 +++ b/chapters/08.markdown Fri Jan 03 19:51:30 2014 -0500 @@ -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).