Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
7c06f285
Commit
7c06f285
authored
Jul 11, 2009
by
Robert Griesemer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
capital_letter was never used
R=rsc DELTA=2 (0 added, 1 deleted, 1 changed) OCL=31472 CL=31477
parent
92e92577
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
go_spec.html
doc/go_spec.html
+1
-2
No files found.
doc/go_spec.html
View file @
7c06f285
...
...
@@ -101,7 +101,6 @@ The following terms are used to denote specific Unicode character classes:
<pre
class=
"ebnf"
>
unicode_char = /* an arbitrary Unicode code point */ .
unicode_letter = /* a Unicode code point classified as "Letter" */ .
capital_letter = /* a Unicode code point classified as "Letter, uppercase" */ .
unicode_digit = /* a Unicode code point classified as "Digit" */ .
</pre>
...
...
@@ -1329,7 +1328,7 @@ Some identifiers are <i>exported</i> and can be referenced using
If an identifier satisfies these two conditions:
</p>
<ol>
<li>
the first character of the identifier's name is a Unicode upper case letter;
<li>
the first character of the identifier's name is a Unicode upper case letter
(Unicode class "Lu")
;
<li>
the identifier is declared at the package level or is a field or method of a type
declared at the top level;
</ol>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment