Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Replace values by tags
Browse files Browse the repository at this point in the history
  • Loading branch information
k33g authored and Julien Ponge committed Jun 25, 2015
1 parent dab5ddd commit 3dce9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/functions.asciidoc
Expand Up @@ -129,7 +129,7 @@ function post = |title, body, promoted, tags...| {
["title", title],
["body", body],
["promoted", promoted],
["tags", values: asList()]
["tags", tags: asList()]
]
return gololang.JSON.stringify(data)
}
Expand Down

0 comments on commit 3dce9af

Please sign in to comment.