docs: broken link in release 3.0 page (#9573)

fix: typo
This commit is contained in:
ozaki 2023-11-23 06:28:14 +01:00 committed by GitHub
parent bda8f14f89
commit 8dc24b6a98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -291,7 +291,7 @@ function Hello() {
}
```
In [#8982](https://github.com/facebook/docusaurus/pull/8982) and [#8870](https://github.com/facebook/docusaurus/pull/8870), we also added [magic comments](docs/markdown-features/code-blocks#custom-magic-comments) support for TeX-like, Haskell-like, and WebAssembly comment syntax.
In [#8982](https://github.com/facebook/docusaurus/pull/8982) and [#8870](https://github.com/facebook/docusaurus/pull/8870), we also added [magic comments](/docs/markdown-features/code-blocks#custom-magic-comments) support for TeX-like, Haskell-like, and WebAssembly comment syntax.
```haskell title="haskell.hs"
stringLength :: String -> Int