Skip to content

Commit 6f4fae4

Browse files
authored
Merge pull request #11 from sjrd/fix-typo-in-readme
Fix an embarrassing typo in the readme.
2 parents 078d5b3 + b08dd68 commit 6f4fae4

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)