Skip to content

Commit de43225

Browse files
Update docs/source/core_engine/01-flags.md
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
1 parent d4cf20d commit de43225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/core_engine/01-flags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The core engine of DiffSync is meant to be transparent for most users but in som
77

88
The flags offers a powerful way to instruct the core engine how to handle some specific situation without changing the data. One way to think of the flags is to represent them as configuration for the core engine. Currently 2 set of flags are supported:
99
- **global flags**: applicable to all data.
10-
- **model flags**: applicable to a single instance of a model.
10+
- **model flags**: applicable to a specific model or to individual instances of a model.
1111

1212
> *The flags are stored in binary format which allow to store them in a single variable. See the section below [Working with flags](#working-with-flags) to learn how to manage them.*
1313

0 commit comments

Comments
 (0)