Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcalff committed Sep 14, 2023
1 parent 7f2ceee commit 032033e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/abi-version-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ ABI v2.
In this state, two stable ABI versions are available,
the ABI offered by default is the conservative ABI v1.

Fixes introducing breaking changes can no longer be delivered ABI v2,
Fixes introducing breaking changes can no longer be delivered in ABI v2,
because it is declared stable.
An experimental ABI v3 is created.

Expand Down Expand Up @@ -424,7 +424,6 @@ OPENTELEMETRY_BEGIN_NAMESPACE
{
virtual void DoSomething() = 0;
virtual void DoSomethingMore() = 0;

};
}
}
Expand Down

0 comments on commit 032033e

Please sign in to comment.