Skip to content

Commit 0560197

Browse files
committed
Fix spurious 'current'
1 parent c5474b3 commit 0560197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/docs/use/formatting.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,9 @@ A complete list of currently supported format string variables is listed below:
141141
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
142142
| ``target.arch`` | The architecture of the current target |
143143
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
144-
| ``target.file.basename`` | The basename of the current current target |
144+
| ``target.file.basename`` | The basename of the current target |
145145
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
146-
| ``target.file.fullpath`` | The path of the current current target |
146+
| ``target.file.fullpath`` | The path of the current target |
147147
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
148148
| ``script.target:python_func`` | Use a Python function to generate a piece of textual output |
149149
+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+

0 commit comments

Comments
 (0)