Skip to content

Commit

Permalink
Remove stray close bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
changlinli committed Nov 29, 2023
1 parent b61edaf commit 9fb180f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ also provides them directly. That means it includes on an ongoing basis:
3. Minor compiler bug fixes and quality of life improvements *that do not change
the Elm language* (ongoing)

This aims to be the entirety of Zelm's mission through the end of 2024. This
This aims to be the entirety of Zelm's mission until 2025. This
means Zelm is a quite conservative extension of Elm. What this implies is:

+ A commitment to bidirectional compatibility with Elm 0.19 through the end of
Expand All @@ -35,7 +35,7 @@ means Zelm is a quite conservative extension of Elm. What this implies is:
Elm compiler (or Zelm compiler!) or usage of packages not in the standard Elm
package repository.
+ What is considered a "bug fix" will be quite tightly scoped. E.g. something
like [https://github.com/elm/compiler/issues/1773](https://github.com/elm/compiler/issues/1773])
like [https://github.com/elm/compiler/issues/1773](https://github.com/elm/compiler/issues/1773)
that adds the ability to pattern match on negative number literals would be on
the fence (and likely not considered to be part of Zelm's current mission).
Common candidates for compiler bug fixes that would be considered acceptable
Expand Down

0 comments on commit 9fb180f

Please sign in to comment.