Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-coppola committed Nov 29, 2024
1 parent 961b8f9 commit 6bb373a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ public class Channel {
* @param valueType
* the value type
* @param valueScale
* an value used to scale the value, must have the same {@link DataType} as valueOffset
* the value used to scale the value, must have the same {@link DataType} as valueOffset
* @param valueOffset
* an value used as offset of the value, must have the same {@link DataType} as valueScale
* the value used as offset of the value, must have the same {@link DataType} as valueScale
* @param config
* the configuration
* @throws NullPointerException
Expand Down

0 comments on commit 6bb373a

Please sign in to comment.