From 25b89af11cb4cc14fd0d7f826391460fc9dd1678 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 12 Apr 2023 18:01:51 +0100 Subject: [PATCH] dev docs: Add missing word As per https://gitlab.torproject.org/tpo/core/arti/-/merge_requests/1129#note_2895834 --- doc/dev/semver_status.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/dev/semver_status.md b/doc/dev/semver_status.md index 2e79b2f1c..4bc1ec5e1 100644 --- a/doc/dev/semver_status.md +++ b/doc/dev/semver_status.md @@ -41,7 +41,7 @@ We will add guidance to this section as we come up with it. For now, see [SemVer Compatibility]: https://doc.rust-lang.org/cargo/reference/semver.html -### When from lower-level crates appear in the APIs of higher-level crates +### When types from lower-level crates appear in the APIs of higher-level crates If a type (concrete type or trait) from a lower-level crate is returned (or accepted)