Opened 13 years ago
Closed 13 years ago
#3268 closed Bugs (fixed)
a typo in signals2 doc
Reported by: | Owned by: | Frank Mori Hess | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | signals2 |
Version: | Boost 1.39.0 | Severity: | Cosmetic |
Keywords: | typo many may | Cc: |
Description
Signals2 documentation, Chapter "Tutorial", subsection "Signal Return Values (Advanced)" has a typo in the text. There is written: "(there many be no results or a hundred; we don't know until the program runs)"
and IMHO should be: "(there may be no results or a hundred; we don't know until the program runs)"
Change History (3)
comment:1 by , 13 years ago
Component: | Documentation → signals2 |
---|---|
Owner: | changed from | to
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [55002]) Fixed typo, refs #3268.