Skip to content

Commit

Permalink
doc: fix header level # --> ## in performance-tips.md (#37138)
Browse files Browse the repository at this point in the history
  • Loading branch information
likanzhan committed Aug 21, 2020
1 parent 8157ac6 commit 5039772
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 @@ -1583,7 +1583,7 @@ In the mean time, some user-contributed packages like
[FastClosures](https://github.com/c42f/FastClosures.jl) automate the
insertion of `let` statements as in `abmult3`.

# Checking for equality with a singleton
## Checking for equality with a singleton

When checking if a value is equal to some singleton it can be
better for performance to check for identicality (`===`) instead of
Expand Down

0 comments on commit 5039772

Please sign in to comment.