You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2019/08/20 20:01:04 UTC

[royale-asjs] branch develop updated: jewel-button: uppercase docs

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

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new c27fdd0  jewel-button: uppercase docs
c27fdd0 is described below

commit c27fdd013142d643edffac2b76de8c24a6c7cbd5
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Aug 20 22:00:56 2019 +0200

    jewel-button: uppercase docs
---
 .../projects/Jewel/src/main/royale/org/apache/royale/jewel/Button.as | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Button.as b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Button.as
index f115b5e..c8d2d46 100644
--- a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Button.as
+++ b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Button.as
@@ -61,7 +61,7 @@ package org.apache.royale.jewel
 
         [Bindable("textChange")]
         /**
-         *  the text to appear on the control.
+         *  The text to appear on the control.
          * 
          *  @copy org.apache.royale.jewel.Label#text
          *
@@ -100,7 +100,8 @@ package org.apache.royale.jewel
 
         [Bindable("htmlChange")]
         /**
-         *  the html text to appear on the control.
+         *  The html text to appear on the control.
+		 *  
          *  @copy org.apache.royale.jewel.Label#html
          *
          *  @langversion 3.0