Skip to content

Commit daf8ccb

Browse files
committed
fix field referring code
1 parent 5dbcb72 commit daf8ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/backend/schemas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ class IMySchema(model.Schema):
299299
```
300300

301301
The value passed to the directive may be either `*`, indicating before or after all fields, or the name of another field.
302-
Use `<.fieldname>` to refer to the field in the current schema or a base schema.
302+
Use `.<fieldname>` to refer to the field in the current schema or a base schema.
303303
Prefix with the schema name, such as `IDublinCore.title`, to refer to a field in another schema.
304304
Use an unprefixed name to refer to a field in either the current or default schema for the form.
305305

0 commit comments

Comments
 (0)