Procházet zdrojové kódy

Frissítés "README.md"

Richárd Fiáth před 3 roky
rodič
revize
ed7450ef3b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -80,7 +80,7 @@ Loading the isolation distance quality metric of all units found in a single NWB
 8.	IDvalues = nwb.units.vectordata.get('isolation_distance').data.load();
 ```
 
-Spike times are stored in a special structure called ragged arrays15. We can load the spikes times of a specific single unit (in seconds) the following way:
+Spike times are stored in a special structure called ragged arrays. We can load the spikes times of a specific single unit (in seconds) the following way:
 ```
 9.	allSpikeTimes = nwb.units.spike_times.data.load();
 10.	spikeTimesIndex = nwb.units.spike_times_index.data.load();