Opened 11 years ago
Closed 10 years ago
#6355 closed Bugs (fixed)
Typo at static assert documentation
Reported by: | Owned by: | John Maddock | |
---|---|---|---|
Milestone: | To Be Determined | Component: | static_assert |
Version: | Boost 1.48.0 | Severity: | Cosmetic |
Keywords: | staticassert documentation typo | Cc: |
Description
I noticed typo at page http://www.boost.org/doc/libs/1_48_0/doc/html/boost_staticassert.html.
Find next string: "the error message with be a stringized version of x"
There "with be" must be replaced by "will be".
Change History (2)
comment:1 by , 10 years ago
Component: | Documentation → static_assert |
---|---|
Owner: | changed from | to
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [80059]) Fix doc typo. Fixes #6355.