Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
4568374a
Commit
4568374a
authored
Jul 05, 2017
by
Vincent Palancher
Committed by
GitHub
Jul 05, 2017
Browse files
Fixes a typo in FAQ.md
parent
4bab34d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
googletest/docs/FAQ.md
googletest/docs/FAQ.md
+1
-1
No files found.
googletest/docs/FAQ.md
View file @
4568374a
...
@@ -54,7 +54,7 @@ Underscore (`_`) is special, as C++ reserves the following to be used by
...
@@ -54,7 +54,7 @@ Underscore (`_`) is special, as C++ reserves the following to be used by
the compiler and the standard library:
the compiler and the standard library:
1.
any identifier that starts with an
`_`
followed by an upper-case letter, and
1.
any identifier that starts with an
`_`
followed by an upper-case letter, and
1.
any identifier that contain
er
s two consecutive underscores (i.e.
`__`
) _anywhere_ in its name.
1.
any identifier that contains two consecutive underscores (i.e.
`__`
) _anywhere_ in its name.
User code is _prohibited_ from using such identifiers.
User code is _prohibited_ from using such identifiers.
...
...
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