From b7a2642fbaef5eba3b0bbd0d426e9928687a17f2 Mon Sep 17 00:00:00 2001
From: Jonathan Dumaresq <jdumaresq@cimeq.qc.ca>
Date: Wed, 12 Dec 2018 14:15:49 -0500
Subject: [PATCH] remove comment

---
 include/nlohmann/detail/input/input_adapters.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/nlohmann/detail/input/input_adapters.hpp b/include/nlohmann/detail/input/input_adapters.hpp
index e0945b3f..83fd1609 100644
--- a/include/nlohmann/detail/input/input_adapters.hpp
+++ b/include/nlohmann/detail/input/input_adapters.hpp
@@ -48,7 +48,7 @@ using input_adapter_t = std::shared_ptr<input_adapter_protocol>;
 
 /*!
 Input adapter for stdio file access. This adapter read only 1 byte and do not use any
- buffer. This adapter is a very low level adapter. This adapter
+ buffer. This adapter is a very low level adapter.
 */
 class file_input_adapter : public input_adapter_protocol
 {