Skip to content

Commit 863e909

Browse files
authored
Update docs for improved Definition behaviour (#376)
Update docs for Definition Co-authored-by: Andy Waite <[email protected]>
1 parent 83cd510 commit 863e909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ruby_lsp/ruby_lsp_rails/definition.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module Rails
1717
# # Example
1818
#
1919
# ```ruby
20-
# before_action :foo # <- Go to definition on this symbol will jump to the method if it is defined in the same class
20+
# before_action :foo # <- Go to definition on this symbol will jump to the method
2121
# ```
2222
#
2323
# Notes for named routes:

0 commit comments

Comments
 (0)