aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2019-05-01 13:38:59 -0400
committerc-parsons <cparsons@google.com>2019-05-01 13:38:59 -0400
commitf80abf6578612d4b5dda3dd50337d22c8ac7b37d (patch)
tree4ece61b1261ff726beada5505314737e5abc72e8 /docs
parent31b8ea5ea16f7bf9e81eb18a9f4cbd9b0a70b4d7 (diff)
downloadbazel-skylib-f80abf6578612d4b5dda3dd50337d22c8ac7b37d.tar.gz
Fix typo (#142)
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/new_sets_doc.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/new_sets_doc.md b/docs/new_sets_doc.md
index 2a3fb33..feec3b8 100755
--- a/docs/new_sets_doc.md
+++ b/docs/new_sets_doc.md
@@ -96,7 +96,7 @@ sets.insert(<a href="#sets.insert-s">s</a>, <a href="#sets.insert-e">e</a>)
Inserts an element into the set.
-Element must be hashable. This mutates the orginal set.
+Element must be hashable. This mutates the original set.
### Parameters
@@ -426,7 +426,7 @@ sets.remove(<a href="#sets.remove-s">s</a>, <a href="#sets.remove-e">e</a>)
Removes an element from the set.
-Element must be hashable. This mutates the orginal set.
+Element must be hashable. This mutates the original set.
### Parameters