diff options
author | Lino Le Van <11367844+lino-levan@users.noreply.github.com> | 2023-03-09 18:13:53 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 21:13:53 -0500 |
commit | c7a5f928d3f4f687f9c95df008ad4c5ea81c0505 (patch) | |
tree | 0440d3d3cce05a380a90d6b82cc3e01f10d67d9d | |
parent | d1685b120bf7da5ba384806153f65d90ef156b77 (diff) |
chore(cli): fix outdated comment (#18106)
-rw-r--r-- | cli/standalone.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/standalone.rs b/cli/standalone.rs index 87e0be23a..c678dd37a 100644 --- a/cli/standalone.rs +++ b/cli/standalone.rs @@ -63,7 +63,7 @@ pub const MAGIC_TRAILER: &[u8; 8] = b"d3n0l4nd"; /// This function will try to run this binary as a standalone binary /// produced by `deno compile`. It determines if this is a standalone -/// binary by checking for the magic trailer string `D3N0` at EOF-12. +/// binary by checking for the magic trailer string `d3n0l4nd` at EOF-24. /// The magic trailer is followed by: /// - a u64 pointer to the JS bundle embedded in the binary /// - a u64 pointer to JSON metadata (serialized flags) embedded in the binary |