Skip to content

Commit d0d64c1

Browse files
Merge pull request #727 from dynamsoft-docs/claire-chan-patch-3
Update barcode-formats-and-count-v9.6.32.md
2 parents 3442065 + 5c68910 commit d0d64c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

programming/features/barcode-formats-and-count-v9.6.32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ try? barcodeReader.updateRuntimeSettings(settings!)
203203
# Obtain current runtime settings of `reader` instance.
204204
settings = reader.get_runtime_settings()
205205
# Set the expected barcode count
206-
settings.expectedBarcodesCount = 0;
206+
settings.expected_barcodes_count = 0;
207207
# Update the settings.
208208
reader.update_runtime_settings(settings)
209209
```

0 commit comments

Comments
 (0)