Skip to content

Commit 90d44ff

Browse files
authored
Merge pull request #5705 from MicrosoftDocs/FromPublicMasterBranch
Confirm merge from FromPublicMasterBranch to main to sync with https://github.com/MicrosoftDocs/cpp-docs (branch main)
2 parents 42d77de + 85b3236 commit 90d44ff

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)