summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2013-03-13 19:37:42 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2013-03-13 19:37:42 +1100
commit500e907962eac0d7f5100727e2a4bf2f9df693f5 (patch)
tree65fd01f310d90ae6fa63831b8721da237a42a31b
parent5d1b21d89615a109f2027131abbb6e8dfe849034 (diff)
downloadmongo-500e907962eac0d7f5100727e2a4bf2f9df693f5.tar.gz
Fix typo in index format.
-rw-r--r--src/docs/data_sources.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/docs/data_sources.dox b/src/docs/data_sources.dox
index 458786a7617..960b0a7530c 100644
--- a/src/docs/data_sources.dox
+++ b/src/docs/data_sources.dox
@@ -26,7 +26,7 @@ object configuration cursor (key=config string\,
value=config value),}
@row{<tt>file:\<filename\></tt>,
file cursor (key=file key\, value=file value),}
- @row{<tt>index:\<tablename\>.\<indexname\></tt>,
+ @row{<tt>index:\<tablename\>:\<indexname\></tt>,
index cursor (key=index key\, value=table value),}
@row{<tt>join:\<cursor1\>\&\<cursor2\>[&\<cursor3\>...]</tt>,
join cursor, @notyet{join cursors}}