Opened 14 years ago

Closed 14 years ago

#2480 closed Bugs (fixed)

[graph] Minor typos in dijkstra_shortest_paths Docs

Reported by: mfawcett Owned by: Douglas Gregor
Milestone: Boost 1.38.0 Component: graph
Version: Boost 1.36.0 Severity: Cosmetic
Keywords: graph, doc, typo Cc:

Description

On documentation page

http://www.boost.org/doc/libs/1_37_0/libs/graph/doc/dijkstra_shortest_paths.html

Second paragraph, last sentence:

"In addition to these two options, the user can provide there own custom-made visitor that can takes actions during any of the algorithm's event points."

"there" should be "their". "can" should be removed.

Fourth paragraph, last sentence:

"You can provide you own storage and access for colors with the color_map() parameter."

"you own" should be "your own".

Change History (2)

comment:1 by Jeremiah Willcock, 14 years ago

Closed in r52228.

comment:2 by Jeremiah Willcock, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.