From b27f872ea7d0e98b965d42e1b6cc261d887634b2 Mon Sep 17 00:00:00 2001 From: Ian Dinwoodie Date: Sun, 28 Apr 2019 00:53:22 -0400 Subject: [PATCH] Resolved unterminated code block. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6420d1a..d5d6e65 100644 --- a/README.md +++ b/README.md @@ -478,6 +478,7 @@ class Burger Burger(int patties, bool cheese = true, bool pepperoni = true, bool tomato = true, lettuce = true); } +``` As you can see; the number of constructor parameters can quickly get out of hand and it might become difficult to understand the arrangement of parameters. Plus