From 99806efefdda84df76d25f8b0a091255e1164cc8 Mon Sep 17 00:00:00 2001 From: Aaron Yoshitake Date: Fri, 1 Feb 2013 12:14:07 -0800 Subject: [PATCH 1/2] Fixed a typo (it's -> its) --- docs/docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.json b/docs/docs.json index 2452e1bb..6a5fd3d9 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -226,7 +226,7 @@ "desc": "Inject the content from the parent template's block of the same name into the current block.

See Template inheritance for more information." }, "include": { - "desc": "Includes a template in it's place. The template is rendered within the current context.", + "desc": "Includes a template in its place. The template is rendered within the current context.", "args": { "file": { "types": ["string", "var"], From 186e0649e7a5f0787169a573a20a5179973903c2 Mon Sep 17 00:00:00 2001 From: Aaron Yoshitake Date: Fri, 1 Feb 2013 12:27:37 -0800 Subject: [PATCH 2/2] Removed reference to a non-existent example. No example is displayed under each the add (or any) filter at http://paularmstrong.github.com/swig/docs/#filters-add; removing the reference to such an example. --- docs/docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs.json b/docs/docs.json index 6a5fd3d9..b6330843 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -46,7 +46,7 @@ "filters": { "add": { "title": "add(value)", - "desc": "Adds the value to the variable. Strings that can be converted to integers will be summed, not concatenated, as in the example below.", + "desc": "Adds the value to the variable. Strings that can be converted to integers will be summed, not concatenated.", "args": [ { "name": "value",