You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--
f071a05 by Arpit Jain <arpitjain099@gmail.com>:
docs: fix seven typos in design and overview docs
All caught by codespell on docs/, all in user-facing markdown (no code,
identifier renames, or API names):
docs/design/design.md filles -> files, diferent -> different, relevent -> relevant
docs/design/thunks_...md sigatures -> signatures
docs/overview/limits.md ohter -> other
docs/overview/reference_safety.md succintly -> succinctly
docs/overview/unstable_features.md intialization -> initialization
False-positives in the same scan that I deliberately did NOT fix:
re-declared / re-declare (both forms are valid), unparseable (both 'parseable'
and 'parsable' forms are accepted), statics (a real C++ term).
Signed-off-by: Arpit Jain <arpitjain099@gmail.com>
FUTURE_COPYBARA_INTEGRATE_REVIEW=#1021 from arpitjain099:docs/typos f071a05
PiperOrigin-RevId: 914860013
0 commit comments