]> Lady’s Gitweb - Pisces/blobdiff - collection.js
Make base32 handling less forgiving
[Pisces] / collection.js
index 38b048cc063b61475366442a7e6488cca18fe4e4..7319b7314399a71ee5bf028c7ae49ea22593d952 100644 (file)
@@ -35,7 +35,7 @@ export const {
  * numeric index string; otherwise, returns undefined.
  *
  * There is no clamping of the numeric index, but note that numbers
  * numeric index string; otherwise, returns undefined.
  *
  * There is no clamping of the numeric index, but note that numbers
- * above 2^53 − 1 are not safe nor valid integer indices.
+ * above 2^53 − 1 are not safe nor valid integer indices.
  */
 export const canonicalNumericIndexString = ($) => {
   if (typeof $ !== "string") {
  */
 export const canonicalNumericIndexString = ($) => {
   if (typeof $ !== "string") {
@@ -207,7 +207,7 @@ export const isArraylikeObject = ($) => {
  *
  * The definition of “collection” used by Piscēs is similar to
  * Ecmascript’s definition of an arraylike object, but it differs in
  *
  * The definition of “collection” used by Piscēs is similar to
  * Ecmascript’s definition of an arraylike object, but it differs in
- * a few ways:—
+ * a few ways :—
  *
  * - It requires the provided value to be a proper object.
  *
  *
  * - It requires the provided value to be a proper object.
  *
This page took 0.029531 seconds and 4 git commands to generate.