Skip to content

Commit

Permalink
forward: comment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bloadvenro committed Oct 18, 2019
1 parent 5d2e6d6 commit 421acd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effector/index.d.ts
Expand Up @@ -284,7 +284,7 @@ export function forward<T>(opts: {
from: Unit<T & {}>;
to: Unit<T>
}): Subscription
// Do not remove the second signature to avoid breaking changes!
// Do not remove the signature below to avoid breaking change!
export function forward<To, From extends To>(opts: {
from: Unit<From>
to: Unit<To>
Expand Down

0 comments on commit 421acd1

Please sign in to comment.