Skip to content

Commit 30bf1f8

Browse files
committed
Fixup documentation
1 parent f10f7d8 commit 30bf1f8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

clang-tools-extra/docs/clang-change-namespace.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,7 @@ namespace `a` and one in namespace `b`:
133133
};
134134
} //namespace b
135135

136-
Let's move everything from the namespace `a` to the global namespace
137-
(`--new_namespace ""` means global namespace):
136+
Let's move everything from namespace `a` to namespace `b`:
138137

139138
.. code-block:: console
140139

0 commit comments

Comments
 (0)