summaryrefslogtreecommitdiff
path: root/docs/user-guide/a1-02-slangpy.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user-guide/a1-02-slangpy.md')
-rw-r--r--docs/user-guide/a1-02-slangpy.md2
1 files changed, 1 insertions, 1 deletions
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]