#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 14 May 2019 11:54:59 +0200
changeset 4264 783af7121fea
parent 4263 d349fa8d2945
child 4265 664b7b5c72b2
#DOCUMENTATION by cg class: ApplicationSubView class comment/format in: #documentation
ApplicationSubView.st
--- a/ApplicationSubView.st	Tue May 14 09:46:14 2019 +0200
+++ b/ApplicationSubView.st	Tue May 14 11:54:59 2019 +0200
@@ -43,9 +43,9 @@
 "
     needed sometimes, when a full application is embeded into an ExtendedComboBox
     or subcanvas AND you want to avoid, that this application accesses the outer
-    applications aspects (by returning a private application instance).
+    application's aspects (by returning a private application instance).
 
-    Notice: you may have to manually set this views application to be the embedded app
+    Notice: you may have to manually set this view's application to be the embedded app
            (i.e. via #application:) unless it is set by #client:....
 
     see self-embedding example in CodingExamples_GUI::GUIDemoExtendedComboBox