Skip to content

Commit 38a98e0

Browse files
authored
Merge pull request #438 from ehuss/patch-1
Fix minor typo
2 parents 8e565cd + 3b1baa8 commit 38a98e0

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)