Skip to content

Commit 2924027

Browse files
Update docs/user-defined-functions/index.md
Co-authored-by: Thomas Cooper <code@tomcooper.dev>
1 parent a2e573b commit 2924027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user-defined-functions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The schema for this topic can be seen in the `data-generator/src/main/resources/
3434
}
3535
```
3636

37-
However, it looks like the person who owns this schema repeated the same mistake he did for the Sales schema we looked at in the [Interactive ETL example](../interactive-etl/index.md), and decided to once again include the currency symbol at the start of the `unit_cost` field! (at least he's consistent...).
37+
However, it looks like the person who owns this schema repeated the same mistake they did for the Sales schema we looked at in the [Interactive ETL example](../interactive-etl/index.md), and decided to once again include the currency symbol at the start of the `unit_cost` field (at least they're consistent...)!
3838

3939
```shell
4040
$ kubectl exec -it my-cluster-dual-role-0 -n flink -- /bin/bash \

0 commit comments

Comments
 (0)