Fix a typo
This commit is contained in:
parent
1ae674a693
commit
e387d3370b
@ -36,7 +36,7 @@ impl Node {
|
|||||||
|
|
||||||
/// Evaluates the operator tree rooted at this node.
|
/// Evaluates the operator tree rooted at this node.
|
||||||
///
|
///
|
||||||
/// Fails, if and operator is used with a wrong number of arguments or a wrong type.
|
/// Fails, if an operator is used with a wrong number of arguments or a wrong type.
|
||||||
pub fn eval(&self, configuration: &Configuration) -> Result<Value, Error> {
|
pub fn eval(&self, configuration: &Configuration) -> Result<Value, Error> {
|
||||||
let mut arguments = Vec::new();
|
let mut arguments = Vec::new();
|
||||||
for child in self.children() {
|
for child in self.children() {
|
||||||
|
Loading…
Reference in New Issue
Block a user