Skip to content

Commit f8979c7

Browse files
committed
Fix typo
1 parent b2bb6ae commit f8979c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generated_features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ intraDocLink:: Emitted for intra doc links in doc-strings.
641641
library:: Emitted for items that are defined outside of the current crate.
642642
mutable:: Emitted for mutable locals and statics as well as functions taking `&mut self`.
643643
public:: Emitted for items that are from the current crate and are `pub`.
644-
reference: Emitted for locals behind a reference and functions taking `self` by reference.
644+
reference:: Emitted for locals behind a reference and functions taking `self` by reference.
645645
static:: Emitted for "static" functions, also known as functions that do not take a `self` param, as well as statics and consts.
646646
trait:: Emitted for associated trait items.
647647
unsafe:: Emitted for unsafe operations, like unsafe function calls, as well as the `unsafe` token.

0 commit comments

Comments
 (0)