summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-04-07 00:20:00 -0500
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2022-04-07 00:20:00 -0500
commit9839c0b071de018ea00af1ae180756e9e5a52793 (patch)
tree001f87d14a7987dadffb3d4fcc539cf3c7dc05cf
parent4b68b8f837be5932a30a9ff3546afeeaea4f93a5 (diff)
Revert "Fix typo"
Besides being a wrong fix, please refrain from changing external code locally. Go to the upstream project instead, Andrea! This reverts commit 1e37e14da918a278abe5df8a5885fa211c02ee8b.
-rw-r--r--help3xsl/prism.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/help3xsl/prism.js b/help3xsl/prism.js
index 347f0f090b..546388f444 100644
--- a/help3xsl/prism.js
+++ b/help3xsl/prism.js
@@ -292,7 +292,7 @@ var Prism = (function (_self) {
},
/**
- * This namespace contains all currently loaded languages and the same helper functions to create and modify languages.
+ * This namespace contains all currently loaded languages and the some helper functions to create and modify languages.
*
* @namespace
* @memberof Prism