From 99484d4c392ec635947ac22b62a1cf752c6ed245 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Thu, 23 Feb 2017 13:52:53 +0100 Subject: [PATCH] Fix typo [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae66441cde..6203f4606c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,7 +44,7 @@ import { parseExpression } from 'babylon'; const ast = parseExpression('x || y && z', options); ``` -The returned AST will only consist of the expression. The options are the same as for `parse()`; +The returned AST will only consist of the expression. The options are the same as for `parse()` Add startLine option ([#346](https://github.com/babel/babylon/pull/346)) (Raphael Mu)