diff options
Diffstat (limited to 'doc/diagrams.doc')
-rw-r--r-- | doc/diagrams.doc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/diagrams.doc b/doc/diagrams.doc index 78fcfbd..0f5c607 100644 --- a/doc/diagrams.doc +++ b/doc/diagrams.doc @@ -115,7 +115,7 @@ edge of the arrow is labeled with the variable(s) responsible for the relation. Class \c A uses class \c B, if class \c A has a member variable \c m - of type C, where B is a subtype of C (e.g. C could be \c B, \c B*, <code>T\<B\>*</code> ). + of type C, where B is a subtype of C (e.g. `C` could be `B`, `B*`, `T\<B\>*`). </ul> |