Skip to content

Commit 08ac011

Browse files
authored
Merge pull request #1 from fchensan/fix-typo-on-api-documentation
Fix typo on API documentation
2 parents 555c113 + 905401b commit 08ac011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ my_streamer = NFStreamer(source="facebook.pcap",
6464
| `statistical_analysis` | `[default=False]` | Enable/Disable post-mortem flow statistical analysis. |
6565
| `splt_analysis` | `[default=0]` | Specify the sequence of first packets length for early statistical analysis. When set to 0, splt_analysis is disabled. |
6666
| `n_meters` | `[default=0]` | Specify the number of parallel metering processes. When set to 0, NFStreamer will automatically scale metering according to available physical cores on the running host. |
67-
| `performance_report` | `[default=0]` | [**Performance report**](https://github.com/nfstream/nfstream/blob/master/assets/PERFORMANCE_REPORT.md) interval in seconds. Disabled whhen set to 0. Ignored for offline capture. |
67+
| `performance_report` | `[default=0]` | [**Performance report**](https://github.com/nfstream/nfstream/blob/master/assets/PERFORMANCE_REPORT.md) interval in seconds. Disabled when set to 0. Ignored for offline capture. |
6868

6969
### NFStreamer methods
7070

0 commit comments

Comments
 (0)