Skip to content

Commit

Permalink
Correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
simonp0420 committed Sep 11, 2023
1 parent 7cdf096 commit dd6d624
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PSSFSS"
uuid = "6b20a5d4-3c6c-44cd-883b-1480592d72be"
authors = ["Peter Simon <psimon0420@gmail.com>"]
version = "1.7"
version = "1.7.1"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
2 changes: 1 addition & 1 deletion src/Outputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ Tuple returned by the `@outputs` macro.
### Example
ops = @outputs FGHz S11DB(H,H) S11ANG(H,H)
data = extract_result_file("pssfss.res", ops)
data = extract_result("pssfss.res", ops)
"""
extract_result(fname::AbstractString, ops::Tuple) = extract_result_file(fname, ops)

Expand Down

0 comments on commit dd6d624

Please sign in to comment.