Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/assets/javascripts/katex.js')
-rw-r--r--vendor/assets/javascripts/katex.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/assets/javascripts/katex.js b/vendor/assets/javascripts/katex.js
index 2ce3a5e8d4d..beb31ca6a7e 100644
--- a/vendor/assets/javascripts/katex.js
+++ b/vendor/assets/javascripts/katex.js
@@ -31,7 +31,7 @@
/*
Here is how to build a version of KaTeX that works with gitlab.
- The problem is that the procedure for changing font location doesn't work for ''.
+ The problem is that the standard procedure for changing font location doesn't work for the empty string.
1. Clone KaTeX. Anything later than 4fb9445a9 (is merged into master) will do.
2. make (requires node)