Skip to content

Commit 07c4a76

Browse files
committed
clean spaces
1 parent 8073fd2 commit 07c4a76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
handlers
2424

2525
##### 0.9.40
26-
- Significant performance boost for: `defer err2.Handle/Catch()`
26+
- Significant performance boost for: `defer err2.Handle/Catch()`
2727
- **3x faster happy path than the previous version, which is now equal to
2828
simplest `defer` function in the `err`-returning function** . (Please see
2929
the `defer` benchmarks in the `err2_test.go` and run `make bench_reca`)
@@ -73,7 +73,7 @@
7373
especially performance
7474
7575
##### 0.9.0
76-
- **Clean and simple API**
76+
- **Clean and simple API**
7777
- Removing deprecated functions:
7878
- Only `err2.Handle` for error returning functions
7979
- Only `err2.Catch` for function that doesn't return error

0 commit comments

Comments
 (0)