Skip to content

Commit 329dec4

Browse files
committed
Fix typo
1 parent d791628 commit 329dec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/metta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ for $f in <items from $actual_types which are valid function types>:
345345
for $b in $succs:
346346
for ($a, $b) in interpret_function($atom, $f, $type, $space, $b):
347347
result += metta_call($a, $ret_type, $space, $b)
348-
return $result
348+
return $result
349349
350350
$tuples = []
351351
if <$actual_types contains non function types or %Undefined% type>:

0 commit comments

Comments
 (0)