Skip to content

Commit

Permalink
fix: Add a missing space in MaxLength description (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
nox213 authored Jan 14, 2023
1 parent 502cfbd commit 1af9444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ object collection:
*
* @tparam V the maximum length of the tested input
*/
type MaxLength[V <: Int] = Length[LessEqual[V]] DescribedAs "Should have a maximum length of" + V
type MaxLength[V <: Int] = Length[LessEqual[V]] DescribedAs "Should have a maximum length of " + V

/**
* Tests if the input is empty.
Expand Down

0 comments on commit 1af9444

Please sign in to comment.