Skip to content

Commit e3d497c

Browse files
Apply suggestions from code review
1 parent 920bc99 commit e3d497c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clash-prelude/clash-prelude.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ Description:
3939
"Clash.Prelude" and "Clash.Explicit.Prelude" at the same time as they
4040
have overlapping definitions.
4141
.
42-
A preliminary version of a tutorial can be found in at
43-
https://docs.clash-lang.org/tutorial, for a general overview of the library
42+
A preliminary version of a tutorial can be found at
43+
<https://docs.clash-lang.org/tutorial>, for a general overview of the library
4444
you should however check out "Clash.Prelude". Some circuit examples can be
4545
found in "Clash.Examples".
4646
Homepage: https://clash-lang.org/

clash-prelude/src/Clash/Prelude.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
have overlapping definitions.
3030
3131
For now, "Clash.Prelude" is also the best starting point for exploring the
32-
library. A preliminary version of a tutorial can be found in
32+
library. A preliminary version of a tutorial can be found at
3333
https://docs.clash-lang.org/tutorial. Some circuit examples can be found in
3434
"Clash.Examples".
3535
-}

clash-prelude/src/Clash/Prelude/Safe.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
explicitly clocked circuits in a multi-clock setting
2727
2828
For now, "Clash.Prelude" is also the best starting point for exploring the
29-
library. A preliminary version of a tutorial can be found in
29+
library. A preliminary version of a tutorial can be found at
3030
https://docs.clash-lang.org/tutorial. Some circuit examples can be found in
3131
"Clash.Examples".
3232
-}

0 commit comments

Comments
 (0)