aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorjpaquim <joaopaquim@gmail.com>2025-10-11 17:48:23 +0100
committerjpaquim <joaopaquim@gmail.com>2025-10-11 17:48:23 +0100
commit95abff31d97276b9b422bc9bbcd41d24cfdcde62 (patch)
tree4815c7e31af2dd6180cde4a53e4307d73f70f93b /CONTRIBUTING.md
parentAdd $(RUN) for valgrind/callgrind, add dedicated callgrind-test target (diff)
Fix file mention in CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 23470084..2be36b1d 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -61,7 +61,7 @@ ensure a consistent code style for C.
## Janet style
-All janet code in the project should be formatted similar to the code in core.janet.
+All janet code in the project should be formatted similar to the code in src/boot/boot.janet.
The auto formatting from janet.vim will work well.
## Typo Fixing and One-Line changes