]> Lady’s Gitweb - Pisces/blobdiff - symbol.js
Rename make⸺ to create⸺ in function.js
[Pisces] / symbol.js
index 514b5262c7b1bb844aa326a6625bf9b4239a28ea..343e4096e1c681fd52768795c9a25277467fbfc5 100644 (file)
--- a/symbol.js
+++ b/symbol.js
@@ -7,7 +7,7 @@
 // License, v. 2.0. If a copy of the MPL was not distributed with this
 // file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
 
-import { makeCallable } from "./function.js";
+import { createCallableFunction } from "./function.js";
 import { getOwnPropertyDescriptor } from "./object.js";
 
 /**
@@ -16,7 +16,7 @@ import { getOwnPropertyDescriptor } from "./object.js";
  * ※ This is effectively an alias for the `Symbol::description`
  * getter.
  */
-export const getSymbolDescription = makeCallable(
+export const getSymbolDescription = createCallableFunction(
   getOwnPropertyDescriptor(Symbol.prototype, "description").get,
   "getSymbolDescription",
 );
This page took 0.049931 seconds and 4 git commands to generate.