Skip to content

Commit 842bcf3

Browse files
Merge pull request rage#235 from adikaiser/patch-12
fixed grammar
2 parents 2e30293 + a83efe0 commit 842bcf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-9/2-interfaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2012,7 +2012,7 @@ Warehouse warehouse = new Warehouse();
20122012

20132013
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.
20142014

2015-
*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.*
2015+
*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.*
20162016

20172017
</programming-exercise>
20182018

0 commit comments

Comments
 (0)