doc(unstable-book): fix typo "earier" -> "earlier" in default-visibility flag#158311
doc(unstable-book): fix typo "earier" -> "earlier" in default-visibility flag#158311Dodothereal wants to merge 1 commit into
Conversation
…ity.md The sentence in `src/doc/unstable-book/src/compiler-flags/default-visibility.md` contained the misspelling "earier" where "earlier" was meant. ``` -shared objects earier in the load order. +shared objects earlier in the load order. ``` This is detected by the project's typos configuration; `./x test tidy --extra-checks=spellcheck` would flag it on the next run. Signed-off-by: Dodothereal <129273127+Dodothereal@users.noreply.github.com>
|
Thanks for the pull request, and welcome! The Rust Project is excited to review your changes, and you should hear from @wesleywiser (or someone else) some time within the next two weeks. Please see the contribution instructions for more information. Namely, in order to ensure the minimum review times lag, PR authors and assigned reviewers should ensure that the review label (
Why was this reviewer chosen?The reviewer was selected based on:
|
|
Hi @wesleywiser — this is a trivial typo fix ("earier" -> "earlier") in the unstable-book page for |
|
@bors r+ rollup |
Summary
Fix a small typo (
earier→earlier) in the unstable-book documentation for the-Zdefault-visibilityflag.This is detected by the project's typos configuration (
./x test tidy --extra-checks=spellcheck) and would emit a CI warning on the next run.Diff
AI assistance
This patch was drafted with the help of an AI coding assistant, then reviewed line-by-line before submission. This is the only change in the diff.