Skip to content

Commit

Permalink
Merge pull request #51 from FourteenBrush/patch-1
Browse files Browse the repository at this point in the history
Fix typo "..and might not represet .." in main.odin
  • Loading branch information
laytan authored Oct 26, 2024
2 parents ee90439 + a4bf438 commit 8535495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.odin
Original file line number Diff line number Diff line change
Expand Up @@ -2818,7 +2818,7 @@ write_pkg :: proc(w: io.Writer, dir, path: string, pkg: ^doc.Pkg, collection: ^C
fmt.wprintf(w, "</h1>\n")

if specific_target, ok := target_from_pkg(pkg); ok {
fmt.wprintf(w, "<h4><strong>Warning:&nbsp;</strong>This was generated for <code>-target:%s</code> and might not represet every target this package supports.</h4>", specific_target)
fmt.wprintf(w, "<h4><strong>Warning:&nbsp;</strong>This was generated for <code>-target:%s</code> and might not represent every target this package supports.</h4>", specific_target)
}

// When this is the case, the collection page does not exists, so show license here.
Expand Down

0 comments on commit 8535495

Please sign in to comment.