Skip to content

Commit 8a028fc

Browse files
authored
Merge pull request #38 from Better-Conversations/codex/replace-preflight_block-with-pre_flight
Fix pre_flight comment. Part of testing codex
2 parents 80ee64f + 4409801 commit 8a028fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/shared/common_blocks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def initialize
1010
end
1111

1212
module CommonBlocks
13-
# Call this with `block BCF::FlightPlans::CommonBlocks::preflight_block(25)`
13+
# Call this with `block BCF::FlightPlans::CommonBlocks::pre_flight(25)`
1414
def self.pre_flight(length_value)
1515
Block.build do
1616
length(length_value)

0 commit comments

Comments
 (0)