From 6f2441d7eb20ab95b7e61847d79a49a5eedbbb31 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 30 Mar 2017 17:45:54 +0800 Subject: [PATCH] fixed typos --- docs/lib-archimedean_spiral.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib-archimedean_spiral.md b/docs/lib-archimedean_spiral.md index 9e9283f7..af433763 100644 --- a/docs/lib-archimedean_spiral.md +++ b/docs/lib-archimedean_spiral.md @@ -1,6 +1,6 @@ # archimedean_spiral -Gets all points and angles on the path of an archimedean_spiral. The distance between two points is almost constant. +Gets all points and angles on the path of an archimedean spiral. The distance between two points is almost constant. It returns a vector of `[[x, y], angle]`.