Skip to content

Commit 99e952b

Browse files
committed
fix typo in readme
1 parent 48573e5 commit 99e952b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ plm = PLM(
4848
bmp = plm.process_phase_map(phase_map)
4949

5050
# This process can also be broken down into individual steps:
51-
# 1. Quantize continuous phase data into buckets corresponding to avaialble mirror levels
51+
# 1. Quantize continuous phase data into buckets corresponding to available mirror levels
5252
state_index = plm.quantize(phase_map)
5353
# 2. Map state_index values to electrodes
5454
bmp = plm.electrode_map(state_index)

0 commit comments

Comments
 (0)