Skip to content

Commit

Permalink
Update doc expectations
Browse files Browse the repository at this point in the history
  • Loading branch information
maciektr committed Jan 15, 2025
1 parent 0fd0129 commit d5a8a1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fib

Calculate the nth Fibonacci number # Arguments * `n` - The index of the Fibonacci number to calculate
Calculate the nth Fibonacci numberArguments * `n` - The index of the Fibonacci number to calculate

Fully qualified path: `hello_world::fib`

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fib

Calculate the nth Fibonacci number # Arguments * `n` - The index of the Fibonacci number to calculate
Calculate the nth Fibonacci numberArguments * `n` - The index of the Fibonacci number to calculate

Fully qualified path: `hello_world::fib`

Expand Down
2 changes: 1 addition & 1 deletion extensions/scarb-doc/tests/data/json_output_test_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{
"item_data": {
"name": "fib",
"doc": "Calculate the nth Fibonacci number # Arguments * `n` - The index of the Fibonacci number to calculate",
"doc": "Calculate the nth Fibonacci numberArguments * `n` - The index of the Fibonacci number to calculate",
"signature": "fn fib(mut n: u32) -> u32",
"full_path": "hello_world::fib"
}
Expand Down

0 comments on commit d5a8a1c

Please sign in to comment.