Skip to content

Commit 027071f

Browse files
authored
Fix small typo in performance-tips.md (#42103)
1 parent a163e37 commit 027071f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/manual/performance-tips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ Float32
325325

326326
For all practical purposes, such objects behave identically to those of `MyStillAmbiguousType`.
327327

328-
It's quite instructive to compare the sheer amount code generated for a simple function
328+
It's quite instructive to compare the sheer amount of code generated for a simple function
329329

330330
```julia
331331
func(m::MyType) = m.a+1

0 commit comments

Comments
 (0)