Skip to content

Commit 86d4e30

Browse files
committed
Merge pull request #33 from shibukawa/patch-7
Fix sample's class name and tag name
2 parents 6a4390e + 8a5e942 commit 86d4e30

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Jake/articles/tags-memberof

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ create(
8181
{{/example}}
8282

8383
<p>The following example uses the forced @memberof tag, "@memberof!", to document a property of an
84-
object (Data#point) that is an instance member of a class (Date).
84+
object (Data#point) that is an instance member of a class (Data).
8585
</p>
8686

8787
<p>When you use the @property tag to document a property, you cannot link to the property using its

Jake/articles/tags-protected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function Thingy() {
2424
<ul>
2525
<li><a href="tags-private.html">@private</a></li>
2626
<li><a href="tags-public.html">@public</a></li>
27-
<li><a href="tags-access.html">@access</a>, which encompasses @protected, @protected, and @public.</li>
27+
<li><a href="tags-access.html">@access</a>, which encompasses @private, @protected, and @public.</li>
2828
<li><a href="tags-instance.html">@instance</a>, <a href="tags-static.html">@static</a>, and
2929
<a href="tags-global.html">@global</a></li>
3030
</ul>

tags-memberof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ <h3>Examples</h3>
262262
</pre>
263263
</dd>
264264
</dl><p>The following example uses the forced @memberof tag, "@memberof!", to document a property of an
265-
object (Data#point) that is an instance member of a class (Date).
265+
object (Data#point) that is an instance member of a class (Data).
266266
</p>
267267

268268
<p>When you use the @property tag to document a property, you cannot link to the property using its

tags-protected.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h3>Examples</h3>
201201
<ul>
202202
<li><a href="tags-private.html">@private</a></li>
203203
<li><a href="tags-public.html">@public</a></li>
204-
<li><a href="tags-access.html">@access</a>, which encompasses @protected, @protected, and @public.</li>
204+
<li><a href="tags-access.html">@access</a>, which encompasses @private, @protected, and @public.</li>
205205
<li><a href="tags-instance.html">@instance</a>, <a href="tags-static.html">@static</a>, and
206206
<a href="tags-global.html">@global</a></li>
207207
</ul>

0 commit comments

Comments
 (0)