Fix comment in folly::dynamic
authorJordan DeLong <jdelong@fb.com>
Sun, 20 Jan 2013 04:02:45 +0000 (20:02 -0800)
committerJordan DeLong <jdelong@fb.com>
Mon, 4 Feb 2013 17:25:39 +0000 (09:25 -0800)
Summary: That's all.

Test Plan: Nope.

Reviewed By: simpkins@fb.com

FB internal diff: D684144

folly/dynamic.h

index c0cdc6261ae9225e1e018215447e2a7ad9304c46..88d23d9f5afdd4812db80391571f17ffec3bb0df 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2012 Facebook, Inc.
+ * Copyright 2013 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -306,8 +306,8 @@ public:
    * AssociativeContainer-style find interface for objects.  Throws if
    * this is not an object.
    *
-   * Returns: end() if the key is not present, or an iterator pointing
-   * to the item.
+   * Returns: items().end() if the key is not present, or a
+   * const_item_iterator pointing to the item.
    */
   const_item_iterator find(dynamic const&) const;