Git commit a280fbc3503d473d24775ab30d902db7bf9f696f by Oliver Kellogg. Committed on 13/01/2023 at 23:03. Pushed by okellogg into branch 'master'.
doc/ typo fix in settings.docbook and uml_basics.docbook M +1 -1 doc/settings.docbook M +1 -1 doc/uml_basics.docbook https://invent.kde.org/sdk/umbrello/commit/a280fbc3503d473d24775ab30d902db7bf9f696f diff --git a/doc/settings.docbook b/doc/settings.docbook index 33224408b..459ea8330 100644 --- a/doc/settings.docbook +++ b/doc/settings.docbook @@ -520,7 +520,7 @@ </para> <para>Allows customization of the Code Viewer. The <guilabel>Requested Font</guilabel> section allows the selection of the font, font style, and font size. A representation - of you choices is shown below the choices. + of your choices is shown below the choices. </para> <para> In the <guilabel>Colors</guilabel> section, changes can be made to Paper, Font, Selected, diff --git a/doc/uml_basics.docbook b/doc/uml_basics.docbook index c4388325b..d6a7f0822 100644 --- a/doc/uml_basics.docbook +++ b/doc/uml_basics.docbook @@ -370,7 +370,7 @@ exist on its own. They exist only inside the whole, and if the whole is destroye <para>Class diagrams can contain several other items besides classes.</para> <sect4 id="interfaces"> <title>Interfaces</title> -<para>Interfaces are abstract classes which means instances cannot be directly created of them. They can contain operations but no attributes. Classes can inherit from interfaces (through a realisation association) and instances can then be made of these diagrams.</para> +<para>Interfaces are abstract classes which means instances cannot be directly created of them. They can contain operations but no attributes. Classes can inherit from interfaces (through a realisation association) and instances can then be made of these classes.</para> <!-- FIXME screenshot --> </sect4> <sect4 id="datatype">
