Skip to content

Commit 43de34b

Browse files
committed
fix output block
1 parent 8692e95 commit 43de34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cpp/functions-with-variable-argument-lists-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ void ShowVar( char *szTypes, ... ) {
9898
va_end( vl );
9999
}
100100

101-
```output
101+
```Output
102102
32.400002
103103
a
104104
Test string

0 commit comments

Comments
 (0)