Skip to content

Commit e7871b2

Browse files
committed
Fix documentation references.
1 parent 19baf51 commit e7871b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

guides/getting-started/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ bundle add decode
1212

1313
## Indexing
1414

15-
`decode` turns your source code into a kind of database with rich access to definitions, segments and associated comments. Use {Decode::Index} to build an index of your project by loading in source files:
15+
`decode` turns your source code into a kind of database with rich access to definitions, segments and associated comments. Use {ruby Decode::Index} to build an index of your project by loading in source files:
1616

1717
~~~ ruby
1818
require 'decode/index'
@@ -44,7 +44,7 @@ puts definition.long_form
4444

4545
## Documentation
4646

47-
The {Decode::Documentation} provides rich access to the comments that preceed a definition. This includes metadata including `@parameter`, `@returns` and other tags.
47+
The {ruby Decode::Documentation} provides rich access to the comments that preceed a definition. This includes metadata including `@parameter`, `@returns` and other tags.
4848

4949
~~~ ruby
5050
lines = definition.documentation.text

0 commit comments

Comments
 (0)