Skip to content

Commit afc6d33

Browse files
committed
typo fix
1 parent 55f03b7 commit afc6d33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openml_OS/views/pages/api_new/v1/json/evaluations.tpl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"default_value": "<?php echo htmlspecialchars($p->defaultValue); ?>",
2323
"value": "<?php echo htmlspecialchars($p->value); ?>"}
2424
<?php endfor; ?>
25-
]
25+
],
2626
<?php endif; ?>
2727
"data_name":"<?php echo $e->name; ?>",
2828
"function":"<?php echo $e->{'function'}; ?>",

0 commit comments

Comments
 (0)