File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -911,16 +911,16 @@ impl QrImage<'_> {
911
911
///
912
912
/// * `url`: The base URL of the QR code. It will be encoded as Binary segment.
913
913
/// * `data`: A pointer to the binary data, to be encoded. if URL is NULL, it
914
- /// will be encoded as binary segment, otherwise it will be encoded
915
- /// efficiently as a numeric segment, and appended to the URL.
914
+ /// will be encoded as binary segment, otherwise it will be encoded
915
+ /// efficiently as a numeric segment, and appended to the URL.
916
916
/// * `data_len`: Length of the data, that needs to be encoded, must be less
917
- /// than data_size.
917
+ /// than data_size.
918
918
/// * `data_size`: Size of data buffer, it should be at least 4071 bytes to hold
919
- /// a V40 QR code. It will then be overwritten with the QR code image.
919
+ /// a V40 QR code. It will then be overwritten with the QR code image.
920
920
/// * `tmp`: A temporary buffer that the QR code encoder will use, to write the
921
- /// segments and ECC.
921
+ /// segments and ECC.
922
922
/// * `tmp_size`: Size of the temporary buffer, it must be at least 3706 bytes
923
- /// long for V40.
923
+ /// long for V40.
924
924
///
925
925
/// # Safety
926
926
///
You can’t perform that action at this time.
0 commit comments