Skip to content

Commit

Permalink
Fix small typo in performance-tips.md (JuliaLang#42103)
Browse files Browse the repository at this point in the history
  • Loading branch information
numbermaniac authored Sep 3, 2021
1 parent a163e37 commit 027071f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/src/manual/performance-tips.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Float32

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

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

```julia
func(m::MyType) = m.a+1
Expand Down

0 comments on commit 027071f

Please sign in to comment.