Skip to content

Commit 18d7737

Browse files
Merge pull request #231 from Workiva/update_readme
DT-24458: Update the list of maintainers
2 parents ae44877 + 9c00bde commit 18d7737

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
go-datastructures
32
=================
43

@@ -150,7 +149,7 @@ interface and the most expensive operation in CPU profiling is the interface
150149
method which in turn calls into runtime.assertI2T. We need generics.
151150

152151
#### Immutable B Tree
153-
A btree based on two principals, immutablability and concurrency.
152+
A btree based on two principles, immutability and concurrency.
154153
Somewhat slow for single value lookups and puts, it is very fast for bulk operations.
155154
A persister can be injected to make this index persistent.
156155

@@ -229,6 +228,6 @@ Requirements to commit here:
229228

230229

231230
### Maintainers
232-
233-
- Dustin Hiatt <[[email protected]](mailto:[email protected])>
234231
- Alexander Campbell <[[email protected]](mailto:[email protected])>
232+
- Dustin Hiatt <[[email protected]](mailto:[email protected])>
233+
- Ryan Jackson <[[email protected]](mailto:[email protected])>

0 commit comments

Comments
 (0)