You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by ld...@apache.org on 2021/07/29 15:46:11 UTC

[plc4x-build-tools] branch develop updated: Minor fix to typos and comments.

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

ldywicki pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7ae759b  Minor fix to typos and comments.
7ae759b is described below

commit 7ae759b442f912472c6b06ca7167610215230751
Author: Ɓukasz Dywicki <lu...@code-house.org>
AuthorDate: Thu Jul 29 17:45:49 2021 +0200

    Minor fix to typos and comments.
---
 .../apache/plc4x/plugins/codegenerator/language/LanguageOutput.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/code-generation/language-base/src/main/java/org/apache/plc4x/plugins/codegenerator/language/LanguageOutput.java b/code-generation/language-base/src/main/java/org/apache/plc4x/plugins/codegenerator/language/LanguageOutput.java
index 35da9f0..612bc48 100644
--- a/code-generation/language-base/src/main/java/org/apache/plc4x/plugins/codegenerator/language/LanguageOutput.java
+++ b/code-generation/language-base/src/main/java/org/apache/plc4x/plugins/codegenerator/language/LanguageOutput.java
@@ -39,8 +39,8 @@ public interface LanguageOutput {
     List<String> supportedOutputFlavors();
 
     /**
-     * An additional method which allows generator to hive a hing which options are supported by it.
-     * This method might be used to improve user experience and warn him if he sets options generator does not support.
+     * An additional method which allows generator to have a hint which options are supported by it.
+     * This method might be used to improve user experience and warn, if set options are ones generator does not support.
      *
      * @return Set containing names of options this language output can accept.
      */