summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index 0a9b2b2..7cd72d9 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -161,7 +161,7 @@ print(but)
```
You can create a derived, independent object using the `clone()` method
-that will not be affectd by operations on the original object:
+that will not be affected by operations on the original object:
``` r
but_new <- chent$new("Butane", smiles = "CCCC", pubchem = FALSE)

Contact - Imprint