1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-24 15:19:26 -05:00

Fix anchor link destination (#2679)

This commit is contained in:
Nayeem Rahman 2019-07-24 04:36:10 +01:00 committed by Ryan Dahl
parent 1406961d2b
commit 589643d557

View file

@ -776,7 +776,7 @@ tabs.
It is a good practice to use `import.meta.main` idiom for an entry point for It is a good practice to use `import.meta.main` idiom for an entry point for
executable file. See executable file. See
[Testing if current file is the main program](#testing-if-current-file-is-the-main-program) [Testing if current file is the main program](#testingifcurrentfileisthemainprogram)
section. section.
Example: Example: