From a4b07b2d48111314f5f504bc726ddb5e65ebcb94 Mon Sep 17 00:00:00 2001 From: Lisa Gunn <44206363+lsgunnlsgunn@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:30:12 -0700 Subject: [PATCH] Update log.md --- docs/builtins/Operators/log.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/builtins/Operators/log.md b/docs/builtins/Operators/log.md index b52238540..8766fda0a 100644 --- a/docs/builtins/Operators/log.md +++ b/docs/builtins/Operators/log.md @@ -1,6 +1,6 @@ ## log -Use `log` to compute the logarithm of the speified `value` with the specified `base`. +Use `log` to compute the logarithm of the specified `value` with the specified `base`. ### Basic syntax