This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch maint-1.16.2
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 28f7f5962e4a04c550bc3de18bde5236f15228b4
Author: Dan Haywood <d...@haywood-associates.co.uk>
AuthorDate: Thu Apr 19 07:30:24 2018 +0200

    ISIS-1916: minor doc updates
---
 .../src/main/asciidoc/guides/rgcms/_rgcms_methods_reserved_title.adoc   | 2 +-
 .../src/main/asciidoc/guides/ugvw/_ugvw_features_titles-in-tables.adoc  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_reserved_title.adoc
 
b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_reserved_title.adoc
index b57d304..aeded30 100644
--- 
a/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_reserved_title.adoc
+++ 
b/adocs/documentation/src/main/asciidoc/guides/rgcms/_rgcms_methods_reserved_title.adoc
@@ -40,7 +40,7 @@ public String title() {
     return buf.toString();
 }
 ----
-<1> simple xref:../rgcms/rgcms.adoc#_rgcms_classes_utility_TitleBuffer[tility 
class] to help construct the title string
+<1> simple xref:../rgcms/rgcms.adoc#_rgcms_classes_utility_TitleBuffer[utility 
class] to help construct the title string
 <2> imperative conditional logic
 <3> using the 
xref:../rgsvc/rgsvc.adoc#_rgsvc_application-layer-api_WrapperFactory[`WrapperFactory`]
 to determine if the `dueBy` field is visible for this user ...
 <4> ... but ignore if not
diff --git 
a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_features_titles-in-tables.adoc
 
b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_features_titles-in-tables.adoc
index c245791..1ad4efa 100644
--- 
a/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_features_titles-in-tables.adoc
+++ 
b/adocs/documentation/src/main/asciidoc/guides/ugvw/_ugvw_features_titles-in-tables.adoc
@@ -50,7 +50,7 @@ public class Order {
 }
 ----
 
-In this case, if we view a `Customer` with its collection of `Order`s, then in 
that parented collection's table the customer's property will be automatically 
excluded from the title of the `Order` (but it would show the product).  
Conversely, if a `Product` is viewed then its collection of `Order`s would 
suppress product (but would show the customer).
+In this case, if we view a `Customer` with its collection of ``Order``s, then 
in that parented collection's table the customer's property will be 
automatically excluded from the title of the `Order` (but it would show the 
product).  Conversely, if a `Product` is viewed then its collection of 
``Order``s would suppress product (but would show the customer).
 
 [TIP]
 ====

-- 
To stop receiving notification emails like this one, please contact
danhayw...@apache.org.

Reply via email to