diff --git a/website/docs/types/either.md b/website/docs/types/either.md index 461a448..58f861d 100644 --- a/website/docs/types/either.md +++ b/website/docs/types/either.md @@ -318,7 +318,7 @@ errorMsgOrNum2.isLeft(); ``` -### Example +## Example ```java import j8plus.types.Either;