From c73efa3843a8401d14b95651f58370e1b964a25b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 13 Mar 2026 13:57:54 +0100 Subject: Typo in README --- docs/llms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/llms.txt') diff --git a/docs/llms.txt b/docs/llms.txt index 728539d..115ba76 100644 --- a/docs/llms.txt +++ b/docs/llms.txt @@ -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) -- cgit v1.2.3