From a7747c0c4c98eb1385481707badef9a1347f6738 Mon Sep 17 00:00:00 2001 From: gnxlxnxx Date: Fri, 29 May 2020 01:42:28 +0200 Subject: [PATCH] Fix typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1f6355e..e954eab 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ //! - the end angle as angle in degrees in clockwise direction (eg. 0° facing north, 90° facing east, ...) //! - the circle radius as magnitude //! -//! Start Vector is in the origin facing in positive x-direction +//! Start Vector is in the origin facing in positive y-direction //! //! Every struct defined here is 2 dimensional and uses f64