Skip to content

Commit a4dc24c

Browse files
build: fix typos in changelog
1 parent 6f574f0 commit a4dc24c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Backwards-incompatible changes
1818

1919
The build system scripts have been modernized. This has lead to the following changes to the standard work directory:
2020

21-
- The `ck` and `mk` scripts have been removed. They are replaced by running `make` and `make clean` respectively. The `rn` and `re` scripts remain as is.
21+
- The `mk` and `clean` scripts have been removed. They are replaced by running `make` and `make clean` respectively. The `rn` and `re` scripts remain as is.
2222
- The `star` and `binary` executables are now stored in the `build/bin` subfolder of the work directory.
2323

2424
For a more in-depth look at the new build system, see :doc:`developing/build-system`. If you change the build system in any way (e.g. skipping tests, building dynamic/shared libraries), it is highly recommended to have a look at this document.

0 commit comments

Comments
 (0)