Skip to content

Commit fe257d4

Browse files
committed
modules: fix typos
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]>
1 parent 21026ed commit fe257d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

designs/2330-modules-v2.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This is proposed [here](./modules/2451-modules-compat.md).
100100

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

147147
### Rationale
148148

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

designs/modules/2451-modules-compat.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For this proposal we will focus on backwards compatibility for definitions only.
5858
We propose to support a backwards compatibility checks for
5959
definitions based on subsumption:
6060

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

257-
The CUE tooling should therefore allow for a process by which the compatibility
257+
The CUE tooling should therefore allow for a process by which the compatibility
258258
rule can be bypassed.
259259

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

0 commit comments

Comments
 (0)