We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600a01e commit a022cd0Copy full SHA for a022cd0
src/ProxiedFuture.ts
@@ -32,7 +32,7 @@ export const makeProxyFactory = (futureTable: FutureTable = {}) => {
32
if (prop === GET_TARGET) return target;
33
34
if (prop === Symbol.toPrimitive) {
35
- // When the prop is not a primitive (number, string, Symbol) it will be attempted
+ // When the prop is not a `string` or `Symbol` it will be attempted
36
// to be converted into one. This case will happen when the prop is a Future.
37
//
38
// Because only primitive types can be used as property accessors, what we're doing
0 commit comments