From 090a2550014707657edff70e7a22977cfb631ccb Mon Sep 17 00:00:00 2001 From: Zafar Aqil Date: Wed, 15 Apr 2020 23:08:33 +0530 Subject: [PATCH] fixed typo in part-1/2-printing.md --- data/part-1/2-printing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/part-1/2-printing.md b/data/part-1/2-printing.md index e35319fd5..c4d19ec1c 100644 --- a/data/part-1/2-printing.md +++ b/data/part-1/2-printing.md @@ -548,4 +548,4 @@ public class Comments { } ``` -The last line of the example shows a particularly handy use-case for comments. Code that has been written does not need to eb deleted to try out something else. +The last line of the example shows a particularly handy use-case for comments. Code that has been written does not need to be deleted to try out something else.