diff options
Diffstat (limited to 'user_guide_src')
-rw-r--r-- | user_guide_src/source/_themes/eldocs/static/asset/js/method-toc.js | 2 |
1 files changed, 1 insertions, 1 deletions
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('<h3>Methods / Function</h3>') + .append('<h3>Methods / Functions</h3>') .append(l); } customIndex.append(ul); |