Skip to content

Commit

Permalink
correct README
Browse files Browse the repository at this point in the history
  • Loading branch information
robosam2003 committed Aug 15, 2022
1 parent 19f4344 commit ab84022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ It is useful when the size of the Fifo is not known at compile time, or when wri

```cpp
#include "dynamicFifo.h"
// dynamicFifo is initialised with a template type and a parameter template
// dynamicFifo is initialised with a template type and size as a parameter.
Fifo<float> e1 (256);
e1.push(3.14159);

Expand Down

0 comments on commit ab84022

Please sign in to comment.