Skip to content

Commit

Permalink
escape @ in doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Jul 23, 2024
1 parent 8380a34 commit 14ea9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/amd64/amd64.mli
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ val decompose_apic : int -> int * int * int
(** [cpu_vendor] is the cpu brand, Genuineintel, AuthenticAMD and so on *)
val cpu_vendor : string

(** [cpu_model] model like "Intel(R) Core(TM) i3-10100 CPU @ 3.60GHz" *)
(** [cpu_model] model like "Intel(R) Core(TM) i3-10100 CPU \@ 3.60GHz" *)
val cpu_model : string

0 comments on commit 14ea9c5

Please sign in to comment.