From 1132b9c41f57f01eb624d4b04684ba077971371e Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Fri, 19 Jul 2013 15:39:31 -0700 Subject: pluralization --- user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide_src/source/_themes/eldocs') diff --git a/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js b/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js index 92024c70a..5d5a19509 100644 --- a/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js +++ b/user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js @@ -37,7 +37,7 @@ $(function (){ var l = createList('dl.method > dt'); if (l) { var ul = c.clone() - .append('

Methods / Function

') + .append('

Methods / Functions

') .append(l); } customIndex.append(ul); -- cgit v1.2.3-24-g4f1b