Skip to content

Commit 89289b9

Browse files
committed
reference changes
1 parent 5903151 commit 89289b9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ registry = ".#__std.init"
1313

1414
[[preprocessor.paisano-preprocessor.multi]]
1515
cell = "code"
16-
chapter = "show me the code"
16+
chapter = "The Code"

cells/repository/configs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ in
8383
multi = [
8484
{
8585
cell = "code";
86-
chapter = "show me the code";
86+
chapter = "The Code";
8787
}
8888
];
8989
};

docs/SUMMARY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Summary
22

3-
[whats this](README.md)
4-
[show me the code](reference/code.md)
3+
[Readme](README.md)
4+
[The Code](reference/code.md)

0 commit comments

Comments
 (0)