不要怂,就是干,撸起袖子干!

Commit d566c25e by Simon Schick Committed by Erik Seliger

docs(data-types): fix param locations (#10586)

1 parent 7f00a55b
...@@ -304,7 +304,7 @@ class Transaction { ...@@ -304,7 +304,7 @@ class Transaction {
} }
/** /**
* Please {@link Transaction.LOCK} * Please see {@link Transaction.LOCK}
*/ */
get LOCK() { get LOCK() {
return Transaction.LOCK; return Transaction.LOCK;
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* *
* @param {Function} Class The class instance to wrap as invocable. * @param {Function} Class The class instance to wrap as invocable.
* @returns {Proxy} Wrapped class instance. * @returns {Proxy} Wrapped class instance.
* @private
*/ */
function classToInvokable(Class) { function classToInvokable(Class) {
return new Proxy(Class, { return new Proxy(Class, {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!