Skip to content

Commit

Permalink
modules: fix typos
Browse files Browse the repository at this point in the history
Spotted by extemporalgenome in #2 and #3 but because of Gerrit being
strict that the commit email addressed and "Signed-Of-By" are the same
it was quicker/simpler to make the changes again.

Signed-off-by: Paul Jolly <[email protected]>
Change-Id: I6d85fef64939c6f920c48c594a7ec844fe06b5c8
Reviewed-on: https://review.gerrithub.io/c/cue-lang/proposal/+/1195638
Reviewed-by: Daniel Martí <[email protected]>
TryBot-Result: CUEcueckoo <[email protected]>
  • Loading branch information
myitcv committed Jun 3, 2024
1 parent 21026ed commit fe257d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions designs/2330-modules-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ This is proposed [here](./modules/2451-modules-compat.md).

### Compatibility Attributes
Sometimes publishers will deliberately break compatibility.
For instane, features may be deprecated or removed, some features
For instance, features may be deprecated or removed, some features
may be changed during an alpha or beta release cycle, while
feature flags may be valid for a limited time only if they
correspond to an experiment.
Expand Down Expand Up @@ -146,7 +146,7 @@ section we discuss some of the details along with motivations for the design.

### Rationale

Most schema stores and package managers for programming languages follow follow
Most schema stores and package managers for programming languages follow
a registry design. For example, Rust with [crates.io](https://crates.io/) and
JavaScript with [NPM](https://www.npmjs.com/).

Expand Down
4 changes: 2 additions & 2 deletions designs/modules/2451-modules-compat.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ For this proposal we will focus on backwards compatibility for definitions only.
We propose to support a backwards compatibility checks for
definitions based on subsumption:

- a major change occurs when a newer defintion does not subsume an older
- a major change occurs when a newer definition does not subsume an older
version,
- a minor change occurs when a newer definition subsumes an older version,
and is not semantically equivalent to this older version,
Expand Down Expand Up @@ -254,7 +254,7 @@ rules.
However, not doing so may result in uncaught bugs and may even pose a
security issue.

The CUE tooling should therefore allow for a process by which the compatibility
The CUE tooling should therefore allow for a process by which the compatibility
rule can be bypassed.

We are aware of this need and are still figuring out how to best go about this.
Expand Down

0 comments on commit fe257d4

Please sign in to comment.