1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-06-09 03:32:33 +00:00
The-Lum 2021-11-06 19:31:11 +01:00 committed by GitHub
parent de5d963afe
commit 7568e37f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ public class ReversePolishInterpretor {
if (trace)
System.err.println("function=" + function);
if (function == null) {
throw EaterException.unlocated("Unknow built-in function " + token2.getSurface());
throw EaterException.unlocated("Unknown built-in function " + token2.getSurface());
}
if (function.canCover(nb, Collections.<String>emptySet()) == false) {
throw EaterException