Skip to content

Commit af7191c

Browse files
authored
Fix typo
occured→occurred
1 parent f6fcbb2 commit af7191c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎windows.devices.gpio/gpiochangecount.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Represents a near-simultaneous sampling of the number of times a pin has changed
1818
## -struct-fields
1919

2020
### -field Count
21-
The number of times the transition of polarity specified by [GpioChangeCounter.Polarity](gpiochangecounter_polarity.md) occured on the pin.
21+
The number of times the transition of polarity specified by [GpioChangeCounter.Polarity](gpiochangecounter_polarity.md) occurred on the pin.
2222

2323
### -field RelativeTime
2424
The time at which this count was sampled. The time is sampled close to (but not simultaneously with) the count. This timestamp can be used to determine the elapsed time between two GpioChangeCount records. It does not correspond to any absolute or system time.

0 commit comments

Comments
 (0)