Skip to content

Commit

Permalink
Reword doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jedel1043 authored Mar 23, 2023
1 parent 583d63c commit 16143f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boa_tester/src/edition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ pub(crate) enum SpecEdition {
ES13,
/// The edition being worked on right now.
///
/// A draft is currently available at <https://tc39.es/ecma262>.
/// A draft is currently available [here](https://tc39.es/ecma262).
#[default]
ESNext,
}
Expand Down

0 comments on commit 16143f7

Please sign in to comment.