Skip to content

Commit e4536c0

Browse files
author
elbuo8
committed
Fixed method signature
1 parent c2dc72b commit e4536c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ sendgrid.send(email);
102102
```java
103103
email.addTo("example@example.com");
104104
// or
105-
email.setTos(["other@other.com"]);
105+
email.setTo(["other@other.com"]);
106106
```
107107

108108
### From

0 commit comments

Comments
 (0)