Skip to content

Commit 3b1baa8

Browse files
authored
Fix minor typo
1 parent 8e565cd commit 3b1baa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/items/associated-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ An *associated function declaration* declares a signature for an associated
2929
function definition. It is written as a function item, except the
3030
function body is replaced with a `;`.
3131

32-
The identifier if the name of the function. The generics, parameter list,
32+
The identifier is the name of the function. The generics, parameter list,
3333
return type, and where clause of the associated function must be the same as the
3434
associated function declarations's.
3535

0 commit comments

Comments
 (0)