Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
grisumbras committed Dec 5, 2022
1 parent ba335b0 commit 31b10c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Boost 1.80.0
* Add `string::subview()` overload.
* Fix segfault in `array::erase(it)`.
* Fix low performance of `serialize` on libc++.
* Fix ambigious conversion to `std::string_view` on GCC 8.
* Fix ambiguous conversion to `std::string_view` on GCC 8.
* Fix parsing on big-endian platforms.
* Fix handling of comment after trailing comma.
* Minor documentation fixes.
Expand Down
2 changes: 1 addition & 1 deletion doc/qbk/release_notes.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@

* [issue 692] Fix segfault in `array::erase(it)`.
* [issue 697] Fix low performance of `serialize` on libc++.
* [issue 708] Fix ambigious conversion to `std::string_view` on GCC 8.
* [issue 708] Fix ambiguous conversion to `std::string_view` on GCC 8.
* [issue 717] Fix parsing on big-endian platforms.
* [issue 726] Fix handling of comment after trailing comma.
* Minor documentation fixes.
Expand Down

0 comments on commit 31b10c1

Please sign in to comment.