From 700274523943b9a72c365df9229ef6ae514f4c76 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Fri, 18 May 2018 21:56:10 -0400 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index ff4ee8a..e409a5f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -135,7 +135,7 @@ In the case that comparison is required by an application, named functors or lam As this library developed, a decision about `weekday` encoding had to be made. There were two existing competing standards: -1. C and C++ in the encoding of `tm.tm_weekday` which maps `[0, 6]` to `[Sun, Sat]`. +1. C and C++ in the encoding of `tm.tm_wday` which maps `[0, 6]` to `[Sun, Sat]`. 2. ISO which maps `[1, 7]` to `[Mon, Sun]`.