Skip to content

Commit dca72d4

Browse files
authored
ci: Doc formatting (#92)
1 parent de24044 commit dca72d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,10 +892,11 @@ impl SourceMap {
892892
/// * You modify `foo.js` in some way and generate a sourcemap `transform.js.map`
893893
/// representing this modification. This can be done using `magic-string`, for example.
894894
/// * You want a sourcemap that is "like" `foo.js.map`, but takes the changes you made to `foo.js` into account.
895+
///
895896
/// Then `foo.js.map.adjust_mappings(transform.js.map)` is the desired sourcemap.
896897
///
897898
/// This function assumes that `adjustment` contains no relevant information except for mappings.
898-
/// All information about sources and names is copied from `self`.
899+
/// All information about sources and names is copied from `self`.
899900
///
900901
/// Note that the resulting sourcemap will be at most as fine-grained as `self.`.
901902
pub fn adjust_mappings(&mut self, adjustment: &Self) {

0 commit comments

Comments
 (0)