File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ The summary of the analysis showed that:
54
54
- all containers offer a method to get an entry by its id
55
55
- a large majority name such method ` get() `
56
56
- for all containers, the ` get() ` method has 1 mandatory parameter of type string
57
- - some containers have an optional additional argument for ` get() ` , but it doesn't same the same purpose between containers
57
+ - some containers have an optional additional argument for ` get() ` , but it doesn't have the same purpose between containers
58
58
- a large majority of the containers offer a method to test if it can return an entry by its id
59
59
- a majority name such method ` has() `
60
60
- for all containers offering ` has() ` , the method has exactly 1 parameter of type string
You can’t perform that action at this time.
0 commit comments