Skip to content

Commit

Permalink
Fix odoc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarbin committed Nov 10, 2024
1 parent aec0844 commit 084b7c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions project/visa/lib/visa/src/executable.mli
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(** In contrast to a {!type:Program.t} which may include higher level language
constructs such as constants and macros definitions, an executable is a
mere sequence of instructions. This is the expanded version of the program
once the macros have been resolved.
(** In contrast to a {!type:Visa.Program.t} which may include higher level
language constructs such as constants and macros definitions, an
executable is a mere sequence of instructions. This is the expanded
version of the program once the macros have been resolved.
There are three flavors of executable that the assembler works with:
Expand Down

0 comments on commit 084b7c8

Please sign in to comment.