From 8496800ed57cfd9321231653f4324f059743b843 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 17 May 2017 18:11:53 +0800 Subject: [PATCH] updated doc --- docs/lib-bezier_smooth.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib-bezier_smooth.md b/docs/lib-bezier_smooth.md index 7db71d13..4ab9057d 100644 --- a/docs/lib-bezier_smooth.md +++ b/docs/lib-bezier_smooth.md @@ -1,6 +1,6 @@ # bezier_smooth -Given a path, the bezier_smooth function uses bazier curves to smooth all corners. You can use it to create smoothier lines or rounded shapes. +Given a path, the `bezier_smooth` function uses bazier curves to smooth all corners. You can use it to create smooth lines or rounded shapes. Dependencies: the `bezier_curve` function.