diff --git a/data/part-9/2-interfaces.md b/data/part-9/2-interfaces.md index fe184b532..924ab479a 100644 --- a/data/part-9/2-interfaces.md +++ b/data/part-9/2-interfaces.md @@ -2012,7 +2012,7 @@ Warehouse warehouse = new Warehouse(); The store is almost done. The method `public void shop(String customer)` has a part you need to complete, marked with comments. In the marked part, add code that checks if the product requested by the customer is available and has stock in the warehouse. If so, reduce the products stock in the warehouse and add the product to the shopping cart. -*In reality an online store would be implemented a little differently. Web-apps have an HTML-page as a user interface, and clicks there are send to the server application. There are several courses related to web development available at the University Of Helsinki.* +*In reality an online store would be implemented a little differently. Web-apps have an HTML-page as a user interface, and clicks there are sent to a server application. There are several courses related to web development available at the University Of Helsinki.*