From 62f9e73d4a8cc8888e9ee65aea1b128e47e612a5 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sat, 15 Jul 2017 16:50:42 -0700 Subject: [PATCH] followup to 3b604fb7f9f10c4a4391d0d4c9bcabdea3609082 --- lib/jsdoc/src/walker.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/jsdoc/src/walker.js b/lib/jsdoc/src/walker.js index 0dcb6b29..eb5ddce5 100644 --- a/lib/jsdoc/src/walker.js +++ b/lib/jsdoc/src/walker.js @@ -1,9 +1,7 @@ /** - * Traversal utilities for ASTs that are compatible with the Mozilla Parser API. Adapted from - * [Acorn](http://marijnhaverbeke.nl/acorn/). + * Traversal utilities for ASTs that are compatible with the ESTree API. * * @module jsdoc/src/walker - * @license MIT */ 'use strict';