From 3ce11c3a2b5f747cbfbcf625c77dc9d5eecd09cd Mon Sep 17 00:00:00 2001 From: Yong He Date: Fri, 31 Mar 2023 08:56:03 -0700 Subject: Fix typos in user-guide. (#2762) Co-authored-by: Yong He --- docs/user-guide/a1-02-slangpy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/user-guide/a1-02-slangpy.md') diff --git a/docs/user-guide/a1-02-slangpy.md b/docs/user-guide/a1-02-slangpy.md index 8ee5233ba..7c652228e 100644 --- a/docs/user-guide/a1-02-slangpy.md +++ b/docs/user-guide/a1-02-slangpy.md @@ -126,7 +126,7 @@ float square(float x) ``` This is done by simply adding a `[BackwardDifferentiable]` attribute to our `square`function. -With that, we can now define `square_bwd_kernel` that performance backward propagation as: +With that, we can now define `square_bwd_kernel` that performs backward propagation as: ```csharp [CudaKernel] -- cgit v1.2.3