fix(reflection): fix a typo
This commit is contained in:
parent
9a9a13a553
commit
f55011cde2
|
@ -23,7 +23,7 @@ class NoReflectionCapabilities {
|
|||
}
|
||||
|
||||
SetterFn setter(String name) {
|
||||
throw "Cannot find getter ${name}";
|
||||
throw "Cannot find setter ${name}";
|
||||
}
|
||||
|
||||
MethodFn method(String name) {
|
||||
|
|
Loading…
Reference in New Issue