Commit 968440a9 authored by Jordan DeLong's avatar Jordan DeLong

Fix comment in folly::dynamic

Summary: That's all.

Test Plan: Nope.

Reviewed By: simpkins@fb.com

FB internal diff: D684144
parent 4323e8a8
/* /*
* Copyright 2012 Facebook, Inc. * Copyright 2013 Facebook, Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
...@@ -306,8 +306,8 @@ public: ...@@ -306,8 +306,8 @@ public:
* AssociativeContainer-style find interface for objects. Throws if * AssociativeContainer-style find interface for objects. Throws if
* this is not an object. * this is not an object.
* *
* Returns: end() if the key is not present, or an iterator pointing * Returns: items().end() if the key is not present, or a
* to the item. * const_item_iterator pointing to the item.
*/ */
const_item_iterator find(dynamic const&) const; const_item_iterator find(dynamic const&) const;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment