Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
derekprior committed Jan 2, 2025
1 parent 269150c commit e1fd208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scenic/adapters/postgres/index_migration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def initialize(connection:, speaker: ActiveRecord::Migration.new)

# Retreives the indexes on the original view, renames them to avoid
# collisions, retargets the indexes to the destination view, and then
# aookues the retargeted indexes.
# creates the retargeted indexes.
#
# @param from [String] The name of the original view.
# @param to [String] The name of the destination view.
Expand Down

0 comments on commit e1fd208

Please sign in to comment.