You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/core_engine/01-flags.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ The core engine of DiffSync is meant to be transparent for most users but in som
7
7
8
8
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:
9
9
-**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.
11
11
12
12
> *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.*
0 commit comments