Skip to content

Commit 667b7d8

Browse files
committed
Missing space
1 parent c9318d4 commit 667b7d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/cpu.mli

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
(** Expresses a logical CPU/thread. *)
1717

1818
type kind =
19-
| P_core (** Performance cpu, faster, power hungry one *)
20-
| E_core (** Energy efficient, slower, global warming aware one *)
19+
| P_core (** Performance cpu, faster, power hungry one *)
20+
| E_core (** Energy efficient, slower, global warming aware one *)
2121
(** The [kind] of a {!Cpu.t} *)
2222

2323
type t = {

0 commit comments

Comments
 (0)