Skip to content

Commit 0134bee

Browse files
authored
docs: development: ingest-records-manually: fix backtick placement (#2301)
Fixed back-tick placement. Signed-off-by: Maciej Wal <1977132+Xata@users.noreply.github.com>
1 parent d261f6a commit 0134bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

development/ingest-records-manually.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
There are some cases where Fluent Bit library is used to send records from the caller application to some destination. This process is called _manual data ingestion_.
44

5-
For this purpose, a specific input plugin called **lib** exists and can be used in conjunction with the `flb_lib`_push()` API function.
5+
For this purpose, a specific input plugin called **lib** exists and can be used in conjunction with the `flb_lib_push()` API function.
66

77
## Data format
88

0 commit comments

Comments
 (0)