Skip to content

Commit b08dd68

Browse files
committed
Fix an embarrassing typo in the readme.
1 parent 078d5b3 commit b08dd68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ type ReflectiveAccess = {
124124
val result = obj.asInstanceOf[ReflectiveAccess].theMethod(42)
125125
```
126126

127-
If the name or signature of the method is not statically known, you are out of luck: there is no way to perform such a reflective call in Scala.js nor Scala Native, so `portable-scala-reflect` does provide any API for it.
127+
If the name or signature of the method is not statically known, you are out of luck: there is no way to perform such a reflective call in Scala.js nor Scala Native, so `portable-scala-reflect` does not provide any API for it.

0 commit comments

Comments
 (0)