Skip to content

Commit f44c85c

Browse files
committed
Fixing typo
1 parent 4906443 commit f44c85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ContainerInterface-meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The summary of the analysis showed that:
5454
- all containers offer a method to get an entry by its id
5555
- a large majority name such method `get()`
5656
- 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
5858
- a large majority of the containers offer a method to test if it can return an entry by its id
5959
- a majority name such method `has()`
6060
- for all containers offering `has()`, the method has exactly 1 parameter of type string

0 commit comments

Comments
 (0)