Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(19)

Unified Diff: sky/specs/apis.md

Issue 680693003: Fix a typo in apis.md (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/apis.md
diff --git a/sky/specs/apis.md b/sky/specs/apis.md
index dd7b1e668eea3c429575bc28559782a4a111a3d4..1195fd502962a485260aaed22b2951948c523048 100644
--- a/sky/specs/apis.md
+++ b/sky/specs/apis.md
@@ -53,7 +53,7 @@ module 'sky:core' {
readonly attribute ChildNode? previousSibling; // O(1)
readonly attribute ChildNode? nextSibling; // O(1)
- // the following all throw is parentNode is null
+ // the following all throw if parentNode is null
void insertBefore(ChildArgument... nodes); // O(N) in number of arguments plus all their descendants
void insertAfter(ChildArgument... nodes); // O(N) in number of arguments plus all their descendants
void replaceWith(ChildArgument... nodes); // O(N) in number of descendants plus arguments plus all their descendants
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698