From 048614638e0e82931a6c78d3f11ba79c2ca6c05f Mon Sep 17 00:00:00 2001 From: Amanda Butler Date: Wed, 17 Oct 2018 17:07:05 -0500 Subject: [PATCH] Copy edit mbed_rtc_time.h Copy edit existing text. --- platform/mbed_rtc_time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/mbed_rtc_time.h b/platform/mbed_rtc_time.h index 604fbe67b0..4ec9c328d2 100644 --- a/platform/mbed_rtc_time.h +++ b/platform/mbed_rtc_time.h @@ -31,7 +31,7 @@ extern "C" { * * Provides mechanisms to set and read the current time, based * on the microcontroller Real-Time Clock (RTC), plus some - * standard C manipulation and formating functions. + * standard C manipulation and formatting functions. * * Example: * @code