Skip to content

Commit

Permalink
Missing word.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruricolist committed Oct 10, 2017
1 parent 9a0260d commit ec29a77
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -260,10 +260,11 @@ clumsy:

Sometimes it is useful for a piece of HTML-generating code to know
where in the document it appears. You might, for example, want to
define a `tabulate` that prints list-of-lists as rows of cells, but
only prints the surrounding `<table></table>` if it is not already
within a table. The function `get-html-path` returns a list of open tags, from
latest to earliest. Usually it will look something like
define a `tabulate` function that prints list-of-lists as rows of
cells, but only prints the surrounding `<table></table>` if it is not
already within a table. The function `get-html-path` returns a list of
open tags, from latest to earliest. Usually it will look something
like

(get-html-path) ;-> '(:table :section :body :html)

Expand Down

0 comments on commit ec29a77

Please sign in to comment.