From afa8fbd744925ff6ed3f711a0c81cc0def946017 Mon Sep 17 00:00:00 2001 From: Glen Fernandes Date: Tue, 17 Dec 2019 21:23:15 -0500 Subject: [PATCH] Workaround for asciidoctor-pdf --- doc/ostream_joiner.adoc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/ostream_joiner.adoc b/doc/ostream_joiner.adoc index beff8ab..27fb8d1 100644 --- a/doc/ostream_joiner.adoc +++ b/doc/ostream_joiner.adoc @@ -107,10 +107,9 @@ ostream_joiner& operator=(const T& value); ``` [.specification] -Effects:: -* If the is the first call to this member function, write the stored delimiter -to the stored stream reference. -* Writes `value` to the stored stream reference. +Effects:: If the is the first call to this member function, write the stored +delimiter to the stored stream reference. Writes `value` to the stored stream +reference. Returns:: `*this`. ```