* lisp/ob-table.el (sbe): Fix typo in new sbe specification.
@@ -112,9 +112,9 @@ as shown in the example below.
(let ((params
(eval `(org-babel-parse-header-arguments
(concat
- ,header-args " "
":var results="
,source-block
+ "[" ,header-args "]"
"("
(mapconcat
(lambda (var-spec)