Skip to content

Commit efc5e8c

Browse files
committed
fix(docs): fix typo (#549)
Signed-off-by: Maximilian Rosin <maximilian.rosin@parson-europe.com>
1 parent 42673d6 commit efc5e8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/releases/versioning.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Versioning
22

3-
The version number is defined in `InterfaceVersion::version_number` in `osi_common.proto` as the field’s default value.
3+
The version number is defined in `InterfaceVersion::version_number` in `osi_version.proto` as the field’s default value.
44

55
OSI uses https://semver.org/[Semantic Versioning].
66

@@ -13,7 +13,7 @@ Major changes include:
1313
Example: `optional double field = 1;` changes to `repeated double field = 1;`.
1414
* Changing the definition of units or the interpretation of a field.
1515
* Deleting a field and reusing the field number.
16-
* Changing the technology from Protocol Buffer to FlatBuffer.
16+
* Changing the technology from Protocol Buffers to FlatBuffers.
1717

1818
Minor::
1919
A change of the minor version indicates remaining compatibility to previously recorded files.

0 commit comments

Comments
 (0)