Skip to content

Commit f661ee4

Browse files
committed
fix grammar
1 parent b72b89e commit f661ee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/StardustDocs/topics/adjustSchema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
but marks [`DataFrame`](DataFrame.md) with a type that represents data schema that this [`DataFrame`](DataFrame.md) is supposed to have.
55
This argument is used to generate [extension properties](extensionPropertiesApi.md) for typed data access.
66

7-
Another place where this argument has special role is [interop with data classes](collectionsInterop.md#interop-with-data-classes):
7+
Another place where this argument has a special role is in [interop with data classes](collectionsInterop.md#interop-with-data-classes):
88
* `List<T>` -> `DataFrame<T>`: [toDataFrame](createDataFrame.md#todataframe)
99
* `DataFrame<T>` -> `List<T>`: [toList](toList.md)
1010

0 commit comments

Comments
 (0)