Skip to content

Commit ad49b07

Browse files
authored
Merge pull request #5707 from MicrosoftDocs/main
12/03/2024 AM Publish
2 parents 22ad0c6 + 90d44ff commit ad49b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/using-insertion-operators-and-controlling-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ int main( )
8787
}
8888
```
8989
90-
The `width` member function is declared in `<iostream>`. If you use `setw` or any other manipulator with arguments, you must include `<iomanip>`. In the output, strings print in a field of width 6 and integers in a field of width 10:
90+
The `width` member function is declared in `<iostream>`. If you use `setw` or any other manipulator with arguments, you must include `<iomanip>`. In the output, strings print in a field of width 7 and integers in a field of width 10:
9191
9292
```Output
9393
Zoot 1.23

0 commit comments

Comments
 (0)