Skip to content

Commit bdc4469

Browse files
committed
fix formatting option documentation
1 parent ea4b6af commit bdc4469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/package/config.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ config =
200200
title: 'pipe_to_function_call'
201201
description:
202202
'''
203-
If true `f |> x` is rewritten to `f(x)`.
203+
If true `x |> f` is rewritten to `f(x)`.
204204
'''
205205
type: 'boolean'
206206
default: false

0 commit comments

Comments
 (0)