From 16143f75aa72ba2e2e68529b3fec370fd18005c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Juli=C3=A1n=20Espina?= Date: Thu, 23 Mar 2023 20:29:47 +0000 Subject: [PATCH] Reword doc comment --- boa_tester/src/edition.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boa_tester/src/edition.rs b/boa_tester/src/edition.rs index 466c215a261..a9ea5327081 100644 --- a/boa_tester/src/edition.rs +++ b/boa_tester/src/edition.rs @@ -314,7 +314,7 @@ pub(crate) enum SpecEdition { ES13, /// The edition being worked on right now. /// - /// A draft is currently available at . + /// A draft is currently available [here](https://tc39.es/ecma262). #[default] ESNext, }