From de253cbae3583e0aa3adff3cfac6972d8e02459b Mon Sep 17 00:00:00 2001 From: Jon Harmon Date: Tue, 10 Sep 2024 11:38:58 -0500 Subject: [PATCH] Update 16_Trade-offs.Rmd --- 16_Trade-offs.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16_Trade-offs.Rmd b/16_Trade-offs.Rmd index 175c39d..26a2c80 100644 --- a/16_Trade-offs.Rmd +++ b/16_Trade-offs.Rmd @@ -149,7 +149,7 @@ s$pop() ``` -## 16.6.3 Method chaining {-} +## Method chaining {-} Useful to compose functions from left-to-right.