Skip to content

Commit

Permalink
Fixed clock domain typo in "bundle" example
Browse files Browse the repository at this point in the history
  • Loading branch information
cramsay authored and leonschoorl committed Jul 6, 2018
1 parent c25c47a commit e5b0a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Clash/Signal/Bundle.hs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class Bundle a where
-- | Example:
--
-- @
-- __bundle__ :: ('Signal' domain a, 'Signal' domain b) -> 'Signal' clk (a,b)
-- __bundle__ :: ('Signal' domain a, 'Signal' domain b) -> 'Signal' domain (a,b)
-- @
--
-- However:
Expand Down

0 comments on commit e5b0a4d

Please sign in to comment.