fixup! WIP: posts: add mutiple-dispatch-in-c++

This commit is contained in:
Bruno BELANYI 2022-11-02 15:52:38 +01:00
parent 80ef143ef2
commit ab2fd4bb69

View file

@ -103,7 +103,7 @@ struct Filesystem {
You can then write `PosixFilesystem` which makes use of the POSIX API and
interact with actual on-disk data, `MockFilesystem` which only works in-memory
and can be used for tests only, etc...
and can be used for testing, etc...
## Double dispatch