From e93cdeb32805c5044a39051fe5202354989d1750 Mon Sep 17 00:00:00 2001
From: Ben Mainye <benmainye@gmail.com>
Date: Fri, 17 Apr 2020 06:47:13 +0300
Subject: [PATCH] Update 01_intro.ipynb

remove "s" in example.
---
 01_intro.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/01_intro.ipynb b/01_intro.ipynb
index 8be9f17..0b36b98 100644
--- a/01_intro.ipynb
+++ b/01_intro.ipynb
@@ -1789,7 +1789,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "Another examples comes from the paper [Malware Classification with Deep Convolutional Neural Networks](https://ieeexplore.ieee.org/abstract/document/8328749) which explains that \"the malware binary file is divided into 8-bit sequences which are then converted to equivalent decimal values. This decimal vector is reshaped and gray-scale image is generated that represent the malware sample\", like in <<malware_proc>>."
+    "Another example comes from the paper [Malware Classification with Deep Convolutional Neural Networks](https://ieeexplore.ieee.org/abstract/document/8328749) which explains that \"the malware binary file is divided into 8-bit sequences which are then converted to equivalent decimal values. This decimal vector is reshaped and gray-scale image is generated that represent the malware sample\", like in <<malware_proc>>."
    ]
   },
   {