Skip to content

Commit

Permalink
fix doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Swatinem committed Oct 16, 2023
1 parent 9a18c7c commit 72c89d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symbolic-debuginfo/src/function_builder.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Contains [`FunctionBuilder`], which can be used to create a [`Function`](crate::base::Function)
//! Contains [`FunctionBuilder`], which can be used to create a [`Function`]
//! with inlinees and line records in the right structure.
use std::{cmp::Reverse, collections::BinaryHeap};
Expand Down

0 comments on commit 72c89d3

Please sign in to comment.