Skip to content

Commit 675f6fd

Browse files
committed
fix.
1 parent b34fd34 commit 675f6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/024-any-dyn-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ By default, a `dyn` interface is subject to the following restrictions, unless l
4242
1. It must not define any mutating methods.
4343
1. It cannot contain any methods that has a `some IFoo` return type, or has any `some IFoo` parameters.
4444
1. A `dyn` interface cannot inherit from any interfaces that are not `dyn`.
45-
1. A `dyn` interface cannot inherit from `IDifferentiable`, and cannot contain any function requirements that are marked as `[Differentiable]`.
45+
1. A `dyn` interface cannot contain any function requirements that are marked as `[Differentiable]`.
4646

4747
Any type that conforms to one or more `dyn` interface is subject to these restrictions:
4848

0 commit comments

Comments
 (0)