Skip to content

Commit

Permalink
Remove extra '*'s
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Dec 18, 2015
1 parent 8119645 commit 29726ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions format.h
Original file line number Diff line number Diff line change
Expand Up @@ -1867,11 +1867,11 @@ class BasicFormatter : private internal::FormatterBase {

public:
/**
* \rst
* Constructs a ``BasicFormatter`` object. References to the arguments and
* the writer are stored in the formatter object so make sure they have
* appropriate lifetimes.
* \endrst
\rst
Constructs a ``BasicFormatter`` object. References to the arguments and
the writer are stored in the formatter object so make sure they have
appropriate lifetimes.
\endrst
*/
BasicFormatter(const ArgList &args, BasicWriter<Char> &w)
: internal::FormatterBase(args), writer_(w) {}
Expand Down

0 comments on commit 29726ce

Please sign in to comment.