summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlanCoopersmith <AlanCoopersmith@web>2014-03-29 08:59:04 -0700
committerxcb <iki-xcb@freedesktop.org>2014-03-29 08:59:04 -0700
commitb62a26d57aba15741d89fe7c607de9f3291da153 (patch)
tree3a7976328f8cf13c79fdaf2e01bbf03bf48efa3c
parentdc196cdc0f007ecc31870289602858d5704387e9 (diff)
Fix indentation of final list items in asynchronous model section
-rw-r--r--tutorial.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/tutorial.mdwn b/tutorial.mdwn
index 3d4501a..426bf38 100644
--- a/tutorial.mdwn
+++ b/tutorial.mdwn
@@ -55,8 +55,8 @@ So the way a GUI program looks is something like that:
1. Receive the next event from the X server.
2. Handle the event, possibly sending various drawing requests to the X server.
3. If the event was a quit message, exit the loop.
- 5. Close down the connection to the X server.
- 6. Perform cleanup operations.
+5. Close down the connection to the X server.
+6. Perform cleanup operations.
# Basic XCB notions