We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 333a7c6 commit 4d04475Copy full SHA for 4d04475
1 file changed
nova_vm/src/ecmascript/builtins/temporal/plain_time/plain_time_prototype.rs
@@ -241,7 +241,7 @@ impl TemporalPlainTimePrototype {
241
// 1. Throw a TypeError exception.
242
Err(agent.throw_exception_with_static_message(
243
ExceptionType::TypeError,
244
- "can't convert PlainTime to primitive type. Use PlainTime.equal() or PlainTime.compare() instead.",
+ "can't convert PlainTime to primitive type. Use PlainTime.prototype.equals() or PlainTime.compare() instead.",
245
gc.into_nogc(),
246
))
247
}
0 commit comments