We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4284b commit 69cd414Copy full SHA for 69cd414
docs/conventions.md
@@ -156,8 +156,8 @@ typedef struct git_odb git_odb;
156
the library, and not within the application. This allows the type
157
to grow (or shrink) in size without rebuilding client code.
158
159
-To preserve ABI compatibility, include an `int version` field in all opaque
160
-structures, and initialize to the latest version in the construction call.
+To preserve ABI compatibility, include an `int version` field in all transparent
+structures, and initialize to the latest version in the constructor call.
161
Increment the "latest" version whenever the structure changes, and try to only
162
append to the end of the structure.
163
0 commit comments