From 1afc73b23856e737de254d85b1e8439601b95559 Mon Sep 17 00:00:00 2001
From: Pascal Engeler <engelerp@phys.ethz.ch>
Date: Tue, 21 Jan 2020 11:03:33 +0100
Subject: [PATCH] updated readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c795d0e..526d31c 100644
--- a/README.md
+++ b/README.md
@@ -108,7 +108,7 @@ where it improves legibility. Consult the source files for more information.
        - rotates the vector and returns it
    - Supported Operators, All of these work as one would expect
      - `*` with `Vec2` (inner product) and `value_t`
-     - `/` with `value_t`
+     - `/` with `value_t`, throws upon division by zero
      - `+, -` with `Vec2`
      - All versions of `op=` of the above
      - `[]` with `std::size_t`
-- 
GitLab