Skip to content

Commit 0b75f29

Browse files
committed
style: Avoid semi-allcaps
1 parent f9f3beb commit 0b75f29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rocq/beta/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ RUN set -x \
1818
&& opam update -y -u \
1919
&& opam pin add -n -k version rocq-stdlib ${ROCQ_VERSION} \
2020
&& opam pin add -n -k version rocq-prover ${ROCQ_VERSION} \
21-
# WE NEED NOT pin rocq-core nor rocq-runtime
21+
# We need not pin rocq-core nor rocq-runtime
2222
# as rocq-prover => "rocq-core" {= version}
2323
# and rocq-core => "rocq-runtime" {= version}
2424
&& opam pin add -n -k version coqide-server ${ROCQ_VERSION} \
25-
# WE DON'T install coq-core nor coq as they're transitional pkgs whose install time is negligible
25+
# We don't install coq-core nor coq as they're transitional pkgs whose install time is negligible
2626
&& opam install -y -v -j "${NJOBS}" rocq-prover coqide-server ${ROCQ_EXTRA_OPAM} \
2727
&& opam clean -a -c -s --logs \
2828
&& chmod -R g=u /home/rocq/.opam \

rocq/stable/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ RUN set -x \
1616
&& opam update -y -u \
1717
&& opam pin add -n -k version rocq-stdlib ${ROCQ_VERSION} \
1818
&& opam pin add -n -k version rocq-prover ${ROCQ_VERSION} \
19-
# WE NEED NOT pin rocq-core nor rocq-runtime
19+
# We need not pin rocq-core nor rocq-runtime
2020
# as rocq-prover => "rocq-core" {= version}
2121
# and rocq-core => "rocq-runtime" {= version}
2222
&& opam pin add -n -k version coqide-server ${ROCQ_VERSION} \
23-
# WE DON'T install coq-core nor coq as they're transitional pkgs whose install time is negligible
23+
# We don't install coq-core nor coq as they're transitional pkgs whose install time is negligible
2424
&& opam install -y -v -j "${NJOBS}" rocq-prover coqide-server ${ROCQ_EXTRA_OPAM} \
2525
&& opam clean -a -c -s --logs \
2626
&& chmod -R g=u /home/rocq/.opam \

0 commit comments

Comments
 (0)