Skip to content

Commit

Permalink
Merge pull request #166 from eclipse-thingweb/documentation-typos
Browse files Browse the repository at this point in the history
docs(scripting_api): fix typo in DataSchemaValue documentation
  • Loading branch information
JKRhb authored May 24, 2024
2 parents 90be86c + 43c0ca7 commit 9c15e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/scripting_api/data_schema_value.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ sealed class DataSchemaValue<T> {
static ObjectValue fromObject(Map<String, dynamic> value) =>
ObjectValue._fromValue(value);

/// Tries to instatiate a [DataSchemaValue] from a raw [value].
/// Tries to instantiate a [DataSchemaValue] from a raw [value].
///
/// If the [value] is a non-valid data type, the method returns `null`
/// instead.
Expand Down

0 comments on commit 9c15e48

Please sign in to comment.