Skip to content

Commit 747aadd

Browse files
authored
Merge pull request #164 from proux01/typo
Fix filename in comment
2 parents fc25541 + 8ca75bd commit 747aadd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/doc/structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ appropriate `_SubComponent` fake subdirectory. Look at
4343

4444
To add or remove a subcomponent, just add or remove the corresponding
4545
`theories/Make.*` file and adapt `doc/stdlib/depends.dot` and
46-
`.nix/coq-overlays/stdlib-subcomponents/default.nix`. One can use the
46+
`.nix/rocq-overlays/stdlib-subcomponents/default.nix`. One can use the
4747
`dev/tools/make-depends.sh` script to help update the graph (the line
4848
below `File dependencies` can be uncommented to better understand
4949
which files are responsible for some subcomponent dependency).

doc/stdlib/depends.dot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# this has been mostly automatically generated by dev/tools/make-depends.sh
2-
# when editing this, ensure to keep .nix/coq-overlays/stdlib-subcomponents
2+
# when editing this, ensure to keep .nix/rocq-overlays/stdlib-subcomponents
33
# in sync
44
digraph stdlib_deps {
55
node [color="#ff540a",

0 commit comments

Comments
 (0)