Skip to content

Commit a022cd0

Browse files
Update ProxiedFuture.ts (updated doc comment)
1 parent 600a01e commit a022cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProxiedFuture.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const makeProxyFactory = (futureTable: FutureTable = {}) => {
3232
if (prop === GET_TARGET) return target;
3333

3434
if (prop === Symbol.toPrimitive) {
35-
// When the prop is not a primitive (number, string, Symbol) it will be attempted
35+
// When the prop is not a `string` or `Symbol` it will be attempted
3636
// to be converted into one. This case will happen when the prop is a Future.
3737
//
3838
// Because only primitive types can be used as property accessors, what we're doing

0 commit comments

Comments
 (0)