summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html
index aa6d358..cc03061 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -141,7 +141,7 @@
<span><span class="co">#&gt; [4] "Diethyl" "Methylethylmethane" "Butanen" </span></span>
<span><span class="co">#&gt; [7] "Butani" "Butyl hydride" "HC 600" </span></span>
<span><span class="co">#&gt; [10] "A 21 (lowing agent)"</span></span></code></pre></div>
-<p>You can create a derived, independent object using the <code>clone()</code> method that will not be affectd by operations on the original object:</p>
+<p>You can create a derived, independent object using the <code>clone()</code> method that will not be affected by operations on the original object:</p>
<div class="sourceCode" id="cb10"><pre class="downlit sourceCode r">
<code class="sourceCode R"><span><span class="va">but_new</span> <span class="op">&lt;-</span> <span class="va"><a href="reference/chent.html">chent</a></span><span class="op">$</span><span class="fu">new</span><span class="op">(</span><span class="st">"Butane"</span>, smiles <span class="op">=</span> <span class="st">"CCCC"</span>, pubchem <span class="op">=</span> <span class="cn">FALSE</span><span class="op">)</span></span>
<span><span class="co">#&gt; Get chemical information from RDKit using user SMILES</span></span>

Contact - Imprint