docs,stm32: Fix minor typos in RTC docs, and->an.
This commit is contained in:
parent
37c2f507a0
commit
499e199add
|
@ -4,7 +4,7 @@
|
||||||
class RTC -- real time clock
|
class RTC -- real time clock
|
||||||
============================
|
============================
|
||||||
|
|
||||||
The RTC is and independent clock that keeps track of the date
|
The RTC is an independent clock that keeps track of the date
|
||||||
and time.
|
and time.
|
||||||
|
|
||||||
Example usage::
|
Example usage::
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
class RTC -- real time clock
|
class RTC -- real time clock
|
||||||
============================
|
============================
|
||||||
|
|
||||||
The RTC is and independent clock that keeps track of the date
|
The RTC is an independent clock that keeps track of the date
|
||||||
and time.
|
and time.
|
||||||
|
|
||||||
Example usage::
|
Example usage::
|
||||||
|
|
|
@ -43,7 +43,7 @@
|
||||||
/// \moduleref pyb
|
/// \moduleref pyb
|
||||||
/// \class RTC - real time clock
|
/// \class RTC - real time clock
|
||||||
///
|
///
|
||||||
/// The RTC is and independent clock that keeps track of the date
|
/// The RTC is an independent clock that keeps track of the date
|
||||||
/// and time.
|
/// and time.
|
||||||
///
|
///
|
||||||
/// Example usage:
|
/// Example usage:
|
||||||
|
|
Loading…
Reference in New Issue