Skip to content

Commit 4d87a0b

Browse files
Fixing grammar in readme
1 parent e4ddafe commit 4d87a0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/internal/dce/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Since there are many ways to wrap a type with an interface, any alive type that
9898
duck-types to an interface must have all of the matching methods also alive.
9999

100100
In theory the unexported functions are also alive however, for GopherJS there
101-
is an exception because duck-typing is handled separately the method
101+
is an exception because duck-typing is handled separately from the method
102102
definitions. Those difference are discussed in [Dependencies](#dependencies)
103103
but for this idea we discuss DCE more generally.
104104

0 commit comments

Comments
 (0)