docs,stm32: Fix minor typos in RTC docs, and->an.

pull/6820/head
Andrew Scheller 2021-01-19 09:22:04 +00:00 zatwierdzone przez Damien George
rodzic 37c2f507a0
commit 499e199add
3 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -4,7 +4,7 @@
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.
Example usage::

Wyświetl plik

@ -4,7 +4,7 @@
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.
Example usage::

Wyświetl plik

@ -43,7 +43,7 @@
/// \moduleref pyb
/// \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.
///
/// Example usage: