Skip to content

Commit 745b117

Browse files
authored
Fix typo
1 parent b8a2c23 commit 745b117

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
@@ -271,7 +271,7 @@ When calling these entry points NFStream already matched the packet to its flow
271271
information are exposed in an NFPacket (Network Flow Packet) which contains the following attributes:
272272

273273
| `time` | `int` | Packet timestamp in milliseconds. |
274-
| `delta_ime` | `int` | Delta time in milliseconds with previous flow packet. |
274+
| `delta_time` | `int` | Delta time in milliseconds with previous flow packet. |
275275
| `raw_size` | `int` | Link layer packet size. |
276276
| `ip_size` | `int` | IP packet size. |
277277
| `transport_size` | `int` | Transport packet size. |

0 commit comments

Comments
 (0)