Skip to content

Commit eff597f

Browse files
authored
Add space to make code and output consistent
1 parent 5ce4a21 commit eff597f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/bitset-class.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ int main( )
248248
249249
// The template parameter N can be an expression
250250
bitset< 2 * sizeof ( int ) > b2;
251-
cout << "The set of bits in bitset<2 * sizeof ( int ) > b2 is: ( "
251+
cout << "The set of bits in bitset< 2 * sizeof ( int ) > b2 is: ( "
252252
<< b2 << " )." << endl;
253253
254254
// The base two representation will be truncated

0 commit comments

Comments
 (0)