From 839fd6e55b178b5c2a7aeaa7c9a542fd3637fe01 Mon Sep 17 00:00:00 2001 From: Adriaan Moors Date: Mon, 10 Mar 2014 16:29:40 -0700 Subject: github markdown: numbered lists --- 04-identifiers-names-and-scopes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '04-identifiers-names-and-scopes.md') diff --git a/04-identifiers-names-and-scopes.md b/04-identifiers-names-and-scopes.md index 1266fce2f6..d8e9a6b619 100644 --- a/04-identifiers-names-and-scopes.md +++ b/04-identifiers-names-and-scopes.md @@ -11,12 +11,12 @@ which are collectively called _bindings_. Bindings of different kinds have a precedence defined on them: -#. Definitions and declarations that are local, inherited, or made +1. Definitions and declarations that are local, inherited, or made available by a package clause in the same compilation unit where the definition occurs have highest precedence. -#. Explicit imports have next highest precedence. -#. Wildcard imports have next highest precedence. -#. Definitions made available by a package clause not in the +1. Explicit imports have next highest precedence. +1. Wildcard imports have next highest precedence. +1. Definitions made available by a package clause not in the compilation unit where the definition occurs have lowest precedence. -- cgit v1.2.3