From e7220c9cd534cbed1f69efadf83f892d49e6871c Mon Sep 17 00:00:00 2001 From: Mingyu Chen Date: Thu, 15 Oct 2020 17:29:20 +0800 Subject: [PATCH] [Doc] Fix wrong title of function document (#4744) workofyear to weekofyear --- docs/.vuepress/sidebar/en.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/sidebar/en.js b/docs/.vuepress/sidebar/en.js index d6541cddff..f3a0fc1737 100644 --- a/docs/.vuepress/sidebar/en.js +++ b/docs/.vuepress/sidebar/en.js @@ -251,7 +251,7 @@ module.exports = [ "to_days", "unix_timestamp", "utc_timestamp", - "workofyear", + "weekofyear", "year", ], },