Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jake/articles/tags-memberof
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ create(
{{/example}}

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

<p>When you use the @property tag to document a property, you cannot link to the property using its
Expand Down
2 changes: 1 addition & 1 deletion Jake/articles/tags-protected
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Thingy() {
<ul>
<li><a href="tags-private.html">@private</a></li>
<li><a href="tags-public.html">@public</a></li>
<li><a href="tags-access.html">@access</a>, which encompasses @protected, @protected, and @public.</li>
<li><a href="tags-access.html">@access</a>, which encompasses @private, @protected, and @public.</li>
<li><a href="tags-instance.html">@instance</a>, <a href="tags-static.html">@static</a>, and
<a href="tags-global.html">@global</a></li>
</ul>
2 changes: 1 addition & 1 deletion tags-memberof.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ <h3>Examples</h3>
</pre>
</dd>
</dl><p>The following example uses the forced @memberof tag, "@memberof!", to document a property of an
object (Data#point) that is an instance member of a class (Date).
object (Data#point) that is an instance member of a class (Data).
</p>

<p>When you use the @property tag to document a property, you cannot link to the property using its
Expand Down
2 changes: 1 addition & 1 deletion tags-protected.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ <h3>Examples</h3>
<ul>
<li><a href="tags-private.html">@private</a></li>
<li><a href="tags-public.html">@public</a></li>
<li><a href="tags-access.html">@access</a>, which encompasses @protected, @protected, and @public.</li>
<li><a href="tags-access.html">@access</a>, which encompasses @private, @protected, and @public.</li>
<li><a href="tags-instance.html">@instance</a>, <a href="tags-static.html">@static</a>, and
<a href="tags-global.html">@global</a></li>
</ul>
Expand Down