Skip to content

Commit 0597608

Browse files
committed
docs: fix Fern generated API MDX
1 parent 66ab398 commit 0597608

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/data-designer-engine/src/data_designer/engine/processing/processors

packages/data-designer-engine/src/data_designer/engine/processing/processors/schema_transform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def _escape_value_for_json(value: Any) -> str:
2727
schema transform templates produce JSON. Values interpolated into
2828
a JSON string must be escaped - e.g. quotes and backslashes - so
2929
the rendered output is valid JSON. We pass this as record_str_fn
30-
to also enable nested dot access ({{ col.sub.field }}) on
30+
to also enable nested dot access, such as `col.sub.field`, on
3131
deserialized JSON columns.
3232
"""
3333
if isinstance(value, bool):

0 commit comments

Comments
 (0)