about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJacob Lifshay <programmerjake@gmail.com>2025-04-08 16:21:52 -0700
committerGitHub <noreply@github.com>2025-04-08 16:21:52 -0700
commit12311ef8ac93028f55fae69cb2e3caabab93ad49 (patch)
tree7103736f054e5c5d852096a25235301e6c037922
parentd4f880f8ce832cd7560bb2f1ebc34f967055ffd7 (diff)
downloadrust-12311ef8ac93028f55fae69cb2e3caabab93ad49.tar.gz
rust-12311ef8ac93028f55fae69cb2e3caabab93ad49.zip
fix title of offset_of_enum feature
-rw-r--r--src/doc/unstable-book/src/language-features/offset-of-enum.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/unstable-book/src/language-features/offset-of-enum.md b/src/doc/unstable-book/src/language-features/offset-of-enum.md
index 1960d6299eb..78c0d87f639 100644
--- a/src/doc/unstable-book/src/language-features/offset-of-enum.md
+++ b/src/doc/unstable-book/src/language-features/offset-of-enum.md
@@ -1,4 +1,4 @@
-# `offset_of_slice`
+# `offset_of_enum`
 
 The tracking issue for this feature is: [#120141]