Skip to content

Commit 87f937e

Browse files
committed
[lldb][Docs] Fix typo in style docs
1 parent fe5c185 commit 87f937e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/docs/resources/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ in a few ways. The 2 main ones are:
3333

3434
* Functions and methods are ``UpperCamelCase``.
3535

36-
* Static, global and member variables have ``s_``, ``g_`` and ``_m``
36+
* Static, global and member variables have ``s_``, ``g_`` and ``m_``
3737
prefixes respectively.
3838

3939
* `Use of asserts <https://llvm.org/docs/CodingStandards.html#assert-liberally>`_:

0 commit comments

Comments
 (0)