diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-13 13:57:54 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-13 13:57:54 +0100 |
| commit | c73efa3843a8401d14b95651f58370e1b964a25b (patch) | |
| tree | 1675e22dcdb093d131d2e6580a89768830b957e8 /docs/index.html | |
| parent | f43f7f9dec2337c8db62f0ddb167986af59a033e (diff) | |
Typo in README
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
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">#> [4] "Diethyl" "Methylethylmethane" "Butanen" </span></span> <span><span class="co">#> [7] "Butani" "Butyl hydride" "HC 600" </span></span> <span><span class="co">#> [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"><-</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">#> Get chemical information from RDKit using user SMILES</span></span> |
