From 626cbf4a7b24c9dfd141f82e8f794b4fe4e6a79c Mon Sep 17 00:00:00 2001 From: Bryan Cardwell Date: Thu, 15 Aug 2024 15:09:16 -0500 Subject: [PATCH] Change wording --- docs/constant-tau.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/constant-tau.md b/docs/constant-tau.md index 60a6607..cecbcb6 100644 --- a/docs/constant-tau.md +++ b/docs/constant-tau.md @@ -2,7 +2,7 @@ ## Summary -Implement a constant `math.tau` to hold the tau constant. +Define a constant value `math.tau` to be the tau constant. ## Motivation