Skip to content

Commit 388cf41

Browse files
author
Peter Somkuti
committed
Typo in doc reference.
1 parent 624309d commit 388cf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/types/buffer_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Buffer types] (@id buffer_types)
1+
# [Buffer types](@id buffer_types)
22

33
Below are the currently supported buffer types which represent collections of pre-allocated objects that can be used over and over in situations where users want to e.g. perform many retrievals. The following buffers can be created once and then used repeatedly for different scenes. The slower the retrieval process itself is, the lower is the overall performance gain from re-using buffers, however. For very fast retrievals with completion times less then a few seconds, it is highly recommended to re-use the buffers.
44

0 commit comments

Comments
 (0)