Skip to content

Commit 9c00bde

Browse files
DT-24458: The principal matter is to start with good principles.
1 parent 689c655 commit 9c00bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ interface and the most expensive operation in CPU profiling is the interface
149149
method which in turn calls into runtime.assertI2T. We need generics.
150150

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

0 commit comments

Comments
 (0)