Skip to content

Commit

Permalink
docs(scripting_api): fix typo in DataSchemaValue documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 24, 2024
1 parent 3bd7c78 commit e5918a6
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 e5918a6

Please sign in to comment.