We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ee64f commit 4409801Copy full SHA for 4409801
source/shared/common_blocks.rb
@@ -10,7 +10,7 @@ def initialize
10
end
11
12
module CommonBlocks
13
- # Call this with `block BCF::FlightPlans::CommonBlocks::preflight_block(25)`
+ # Call this with `block BCF::FlightPlans::CommonBlocks::pre_flight(25)`
14
def self.pre_flight(length_value)
15
Block.build do
16
length(length_value)
0 commit comments