Skip to content

Commit 805f0dd

Browse files
committed
fix in release notes
1 parent 1c651d6 commit 805f0dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nuspecs/ImTools.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
### Breaking changes
2323
24-
`ImMap<V>` type is replaced by ImHashMap<int, V>`.
24+
`ImMap<V>` type is replaced by `ImHashMap<int, V>`.
2525
The implementations of ImMap and ImHashMap are combined into one, reducing the code size, and using all performance optimizations from the both.
2626
This change will simplify further performance improvements, testing and bug-fixes.
2727

src/ImTools/ImTools.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
2626
### Breaking changes
2727
28-
`ImMap<V>` type is replaced by ImHashMap<int, V>`.
28+
`ImMap<V>` type is replaced by `ImHashMap<int, V>`.
2929
The implementations of ImMap and ImHashMap are combined into one, reducing the code size, and using all performance optimizations from the both.
3030
This change will simplify further performance improvements, testing and bug-fixes.
3131

0 commit comments

Comments
 (0)