Skip to content

Commit e998f7e

Browse files
authored
fix doc typo (uber-go#359)
1 parent 601ea65 commit e998f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
//
9999
// # Invoke
100100
//
101-
// Types added to to the container may be consumed by using the Invoke method.
101+
// Types added to the container may be consumed by using the Invoke method.
102102
// Invoke accepts any function that accepts one or more parameters and
103103
// optionally, returns an error. Dig calls the function with the requested
104104
// type, instantiating only those types that were requested by the function.

0 commit comments

Comments
 (0)