Skip to content

Commit 14154d1

Browse files
Update semver.md
1 parent c6c5fac commit 14154d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/semver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ explicit type arguments.
955955
<a id="fn-generalize-compatible"></a>
956956
### Minor: generalizing a function to use generics (supporting original type)
957957

958-
The type of an parameter to a function, or its return value, can be
958+
The type of a parameter to a function, or its return value, can be
959959
*generalized* to use generics, including by introducing a new type parameter,
960960
as long as it can be instantiated to the original type. For example, the
961961
following changes are allowed:

0 commit comments

Comments
 (0)