Skip to content

Commit

Permalink
fix: Doc fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Oct 19, 2024
1 parent 1249e52 commit 138834c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ pub(crate) fn make_data_view_with_buffer_witness_record(
}
}

/// [25.3.1.3 GetViewByteLength ( viewRecord )](https://tc39.es/ecma262/#sec-getviewbytelength)
/// ### [25.3.1.3 GetViewByteLength ( viewRecord )](https://tc39.es/ecma262/#sec-getviewbytelength)
///
/// The abstract operation GetViewByteLength takes argument viewRecord
/// (a DataView With Buffer Witness Record) and returns a non-negative integer.
Expand Down Expand Up @@ -97,7 +97,7 @@ pub(crate) fn get_view_byte_length(
(byte_length - byte_offset) as i64
}

/// [25.3.1.4 IsViewOutOfBounds ( viewRecord )](https://tc39.es/ecma262/#sec-isviewoutofbounds)
/// ### [25.3.1.4 IsViewOutOfBounds ( viewRecord )](https://tc39.es/ecma262/#sec-isviewoutofbounds)
///
/// The abstract operation IsViewOutOfBounds takes argument viewRecord
/// (a DataView With Buffer Witness Record) and returns a Boolean.
Expand Down

0 comments on commit 138834c

Please sign in to comment.