Skip to content

Commit 620b162

Browse files
authored
Update table-transformcolumntypes.md
1 parent 8518a0e commit 620b162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query-languages/m/table-transformcolumntypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Returns a table by applying the transform operations to the specified columns us
2121

2222
The type value in the `typeTransformations` parameter can be `any`, all of the `number` types, `text`, all of the `date`, `time`, `datetime`, `datetimezone`, and `duration` types, `logical`, or `binary`. The `list`, `record`, `table`, or `function` types aren't valid for this parameter.
2323

24-
For each column in `typeTransformations`, the ".From" method corresponding to the specified type value is used to perform the transformation. For example, if a type value of `Currency.Type` is given for a column, the transformation function `Currency.From` will be applied to each value in that column.
24+
For each column in `typeTransformations`, normally the ".From" method corresponding to the specified type value is used to perform the transformation. For example, if a type value of `Currency.Type` is given for a column, the transformation function `Currency.From` will be applied to each value in that column.
2525

2626
## Example 1
2727

0 commit comments

Comments
 (0)