diff --git a/from_oop_to_fp_-_inheritance.md b/from_oop_to_fp_-_inheritance.md index 8941c3a..3ffc92d 100644 --- a/from_oop_to_fp_-_inheritance.md +++ b/from_oop_to_fp_-_inheritance.md @@ -167,7 +167,7 @@ The output of this program is: ## A typical Haskell implementation -The usual haskell approach to this could look like this: +The usual haskell approach to this could look like so: ```haskell -- Base.hs