Skip to content

Commit

Permalink
Fix typo in exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
dyng authored and nezihyigitbasi committed Oct 26, 2017
1 parent 13a595a commit 45f5fe8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -384,7 +384,7 @@ else if (javaType == Block.class) {
throw new UnsupportedOperationException("not yet implemented");
}
}
throw new UnsupportedOperationException("Inputs or cursor myst be set");
throw new UnsupportedOperationException("Inputs or cursor must be set");
}

@Override
Expand Down

0 comments on commit 45f5fe8

Please sign in to comment.