Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Oct 5, 2024
1 parent b6a5f9d commit ac1f1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ macros and the difficulty of developing deprecation paths for changes to macro s
conservative definition of breaking is taken such that any change which does not have a backwards compatible alternative is considered breaking.

For example, if a macro had accidentally parsed `@myequation 2x + 2 +` the same as `@myequation 2x + 2`, it is not breaking to remove support for the trailing operator. If the
trailing operator meant something which is not expressable in another way, and it is used in downstream packages, then it is considered a breaking change to remove this support.
trailing operator meant something which is not expressible in another way, and it is used in downstream packages, then it is considered a breaking change to remove this support.

## Implicit Public API and Downstream Breakage

Expand Down

0 comments on commit ac1f1f4

Please # to comment.