Skip to content

Commit 9de45c8

Browse files
authored
typo proc-marco -> proc-macro (#3472)
1 parent 0cb272d commit 9de45c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crate_universe/private/crate.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def _annotation(
176176
shallow_since (str, optional): An optional timestamp used for crates originating from a git repository
177177
instead of a crate registry. This flag optimizes fetching the source code.
178178
override_targets (dict, optional): A dictionary of alternate targets to use when something depends on this crate to allow
179-
the parent repo to provide its own version of this dependency. Keys can be `proc-marco`, `custom-build`, `lib`, `bin`.
179+
the parent repo to provide its own version of this dependency. Keys can be `proc-macro`, `custom-build`, `lib`, `bin`.
180180
181181
Returns:
182182
string: A json encoded string containing the specified version and separately all other inputs.

0 commit comments

Comments
 (0)