Skip to content

Commit 0244365

Browse files
authored
Further typo fix
1 parent 2ce1d16 commit 0244365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard-library/bit-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ int main()
6161
float f = std::numeric_limits<float>::infinity();
6262
int i = std::bit_cast<int>(f);
6363
std::cout << "float f = " << std::hex << f
64-
<< "\nstd::bit_cat<int>(f) = " << std::hex << i << '\n';
64+
<< "\nstd::bit_cast<int>(f) = " << std::hex << i << '\n';
6565
return 0;
6666
}
6767
```

0 commit comments

Comments
 (0)