Skip to content

Commit 95c7839

Browse files
cr1901Emilgardis
andauthored
Apply suggestions from code review
Co-Authored-By: Emil Gardström <[email protected]>
1 parent f4e4811 commit 95c7839

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/generate/device.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ pub fn render(
3333
let doc = format!(
3434
"Peripheral access API for {0} microcontrollers \
3535
(generated using svd2rust v{1}{2})\n\n\
36-
You can find an overview of the API as of release v{1} [here].\n\n\
37-
Docs containing API features to be included in the [next] \
36+
You can find an overview of the generated API [here].\n\n\
37+
API features to be included in the [next] svd2rust \
3838
release can be generated by cloning the svd2rust [repository], \
39-
checking out the above commit, and running `cargo doc`.\n\n\
39+
checking out the above commit, and running `cargo doc --open`.\n\n\
4040
[here]: https://docs.rs/svd2rust/{1}/svd2rust/#peripheral-api\n\
4141
[next]: https://github.com/rust-embedded/svd2rust/blob/master/CHANGELOG.md#unreleased\n\
4242
[repository]: https://github.com/rust-embedded/svd2rust",

0 commit comments

Comments
 (0)