From 90224f080faf1dee4f6f99b9dc44c8e7ee7010fc Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 24 Oct 2015 20:46:37 -0500 Subject: [PATCH] Fix some more typos --- doc/src/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/overview.md b/doc/src/overview.md index 6864e79..fddcf0a 100644 --- a/doc/src/overview.md +++ b/doc/src/overview.md @@ -36,6 +36,6 @@ Semantics Some parts of the documentation provides the meaning(or equivalence) of an expression. Here is a guide of those symbols: * `f`, `g`, `fs`, `gs`, `p` are functions -* `x`, `y`, `xs`, `xs` are parameters to a function +* `x`, `y`, `xs`, `ys` are parameters to a function * `T` represents some type -* `...` are parameter packs +* `...` are parameter packs and represent varidiac parameters