You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/02/07 19:51:59 UTC

[myfaces-tobago] branch main updated: doc: fix comment

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

hnoeth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/main by this push:
     new c1104f0ef3 doc: fix comment
c1104f0ef3 is described below

commit c1104f0ef32c98d37811d7230a1d2a99294104dd
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue Feb 7 20:50:07 2023 +0100

    doc: fix comment
---
 .../tobago/internal/taglib/component/SelectManyListTagDeclaration.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SelectManyListTagDeclaration.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SelectManyListTagDeclaration.java
index c0f03f1be3..411a1dd432 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SelectManyListTagDeclaration.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/component/SelectManyListTagDeclaration.java
@@ -53,7 +53,7 @@ import org.apache.myfaces.tobago.internal.taglib.declaration.IsRequiredForSelect
 import org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual;
 
 /**
- * Render a multi selection option listbox.
+ * Render a multi selection option list.
  */
 @Preliminary
 @Tag(name = "selectManyList")