Skip to content

Commit ace2abf

Browse files
authored
Merge pull request #2563 from jofas/patch-1
Enhanced wording for editable code blocks docs
2 parents 19146c4 + 0c6439f commit ace2abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guide/src/format/theme/editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ be added to the ***book.toml***:
99
editable = true
1010
```
1111

12-
To make a specific block available for editing, the attribute `editable` needs
13-
to be added to it:
12+
After enabling editable code blocks, the `editable` attribute must be added to a
13+
code block to make it editable:
1414

1515
~~~markdown
1616
```rust,editable

0 commit comments

Comments
 (0)