From 108b876b1ad83c84fc884b3a2db8d24d5d80eee6 Mon Sep 17 00:00:00 2001 From: ImmanuelSegol <3ditds@gmail.com> Date: Wed, 31 Jan 2024 11:29:24 -0400 Subject: [PATCH] refactor --- docs/icicle/primitives/msm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/icicle/primitives/msm.md b/docs/icicle/primitives/msm.md index ea69b9c..b0ea1e8 100644 --- a/docs/icicle/primitives/msm.md +++ b/docs/icicle/primitives/msm.md @@ -40,7 +40,7 @@ ICICLE MSM also supports two different modes Batch MSM allows you to run many MSMs with a single API call, Single MSM will launch a single MSM computation. -You dont need to do anything special to toggle between batch or single MSM. +You don't need to do anything special to toggle between batch or single MSM. ```rust ...