From 06a2f0560fe14fb534718e606d14717961295d28 Mon Sep 17 00:00:00 2001 From: Kohei Takahashi Date: Sat, 7 Jul 2018 01:56:50 +0900 Subject: [PATCH] doc: Fixed keyword links --- doc/view.qbk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/view.qbk b/doc/view.qbk index f06705bf..c38ebd64 100644 --- a/doc/view.qbk +++ b/doc/view.qbk @@ -271,7 +271,7 @@ defined in the implemented models. [heading Description] `zip_view` presents a view which iterates over a collection of __sequence__(s) in parallel. A `zip_view` -is constructed from a __sequence__ of references to the component __sequence__s. +is constructed from a __sequence__ of references to the component `__sequence__`s. [heading Header] @@ -287,7 +287,7 @@ is constructed from a __sequence__ of references to the component __sequence__s. [table [[Parameter] [Description] [Default]] - [[`Sequences`] [A __forward_sequence__ of references to other Fusion __sequence__s] []] + [[`Sequences`] [A __forward_sequence__ of references to other Fusion `__sequence__`s] []] ] [heading Model of] @@ -309,7 +309,7 @@ defined in __forward_sequence__. [table [[Expression] [Semantics]] - [[`ZV(s)`] [Creates a `zip_view` given a sequence of references to the component __sequence__s.]] + [[`ZV(s)`] [Creates a `zip_view` given a sequence of references to the component `__sequence__`s.]] [[`ZV(zv1)`] [Copy constructs a `zip_view` from another `zip_view`, `zv`.]] [[`zv1 = zv2`] [Assigns to a `zip_view`, `zv`, from another `zip_view`, `zv2`.]] ]