Fix another typo in the FileTimeType docs
authorEric Fiselier <eric@efcs.ca>
Wed, 25 Jul 2018 10:22:07 +0000 (10:22 +0000)
committerEric Fiselier <eric@efcs.ca>
Wed, 25 Jul 2018 10:22:07 +0000 (10:22 +0000)
llvm-svn: 337900

libcxx/docs/DesignDocs/FileTimeType.rst

index ed62a0a..4686e0a 100644 (file)
@@ -224,7 +224,7 @@ code in some way:
 
   // Implicit truncation during conversion bug.
   intmax_t get_time_in_seconds(path p) {
-    using fs_seconds = duration<file_time_type::rep, /* default ration */>;
+    using fs_seconds = duration<file_time_type::rep, ratio<1, 1> >;
     auto tp = last_write_time(p);
 
     // This works with truncation for __int128_t, but what does it do for