org-manual: Fix typo

This commit is contained in:
Nicolas Goaziou 2018-03-28 16:08:29 +02:00
parent c154c3db02
commit b946c93865
1 changed files with 1 additions and 1 deletions

View File

@ -16647,7 +16647,7 @@ evaluated as Emacs Lisp code, as illustrated in the following example.
,#+NAME: table
| (a b c) |
,#+HEADERS: :var data=table[0,0]
,#+HEADER: :var data=table[0,0]
,#+BEGIN_SRC perl
$data
,#+END_SRC