From 01c20373c389e2463027a523bdabafe0c75db18c Mon Sep 17 00:00:00 2001 From: Nghia N <53877485+nghian95@users.noreply.github.com> Date: Mon, 11 May 2020 00:57:33 -0500 Subject: [PATCH] Fixing typo eb -> be --- 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.