From 08a1f78f4aaac17828a1fd970c7f580736362c42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 10 May 2013 04:27:34 -0700 Subject: [PATCH] Updated Exports Files (markdown) --- Exports-Files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Exports-Files.md b/Exports-Files.md index cce892d..7eb1687 100644 --- a/Exports-Files.md +++ b/Exports-Files.md @@ -32,7 +32,7 @@ All the (exported) constructors are _single-argument constructors_, they take on target: 'map' }); -The constructors` options objects, and their properties, are declared in the `src/objectliterals.jsdoc` file. The options objects themselves are declared using the `@typedef` keyword, while properties are declared using the `@property` keyword. +The constructors' options objects, and their properties, are declared in the `src/objectliterals.jsdoc` file. The options objects themselves are declared using the `@typedef` keyword, while properties are declared using the `@property` keyword. This file is also processed with the `bin/generate-exports` script, but using the `--externs` and `--typedef` switches.