summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMo <76752051+mo8it@users.noreply.github.com>2024-03-27 17:23:58 +0100
committerGitHub <noreply@github.com>2024-03-27 17:23:58 +0100
commit19675008c8179e6e37d1c821e6092a13c63d50c5 (patch)
tree7cf2225992520bc4b6c8fae72dbd24247ac51cd1
parent217c6d42fbaf18d01f986acf3898abb14367d807 (diff)
parentdd72429af49afbfbf0c1f59f053ecc4382d074fc (diff)
Merge pull request #1923 from wznmickey/main
chore: update the chapter of macros
-rw-r--r--exercises/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/README.md b/exercises/README.md
index fd0926f..237f2f1 100644
--- a/exercises/README.md
+++ b/exercises/README.md
@@ -22,6 +22,6 @@
| iterators | §13.2-4 |
| smart_pointers | §15, §16.3 |
| threads | §16.1-3 |
-| macros | §19.6 |
+| macros | §19.5 |
| clippy | §21.4 |
| conversions | n/a |