From ae4eda25aaead8c39cdbf0605998a43bda2ff40c Mon Sep 17 00:00:00 2001 From: Pascal Engeler <engelerp@phys.ethz.ch> Date: Wed, 22 Jan 2020 16:35:37 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c22611..80ea320 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ where it improves legibility. Consult the source files for more information. - throws when zero-vector - `Vec2 rotate(Vec2, value_t)` - rotates the vector and returns it - - Supported Operators, All of these work as one would expect + - Supported Operators, all of these work as one would expect - `*` with `Vec2` (inner product) and `value_t` - `/` with `value_t` - throws upon division by zero -- GitLab