chore: fix some typos

Signed-off-by: vitalmotif <zhangshengqiang@outlook.com>
This commit is contained in:
vitalmotif 2024-03-20 14:59:57 +08:00
parent e8d777b73a
commit 2bb880f25d
4 changed files with 4 additions and 4 deletions

View File

@ -2612,7 +2612,7 @@ fn lessopen_validity() {
// Syntax highlighting should be the same regardless of
// --map-syntax' case or file extension's case
#[test]
fn highlighting_independant_from_map_syntax_case() {
fn highlighting_independent_from_map_syntax_case() {
let expected = bat()
.arg("-f")
.arg("--map-syntax=*.config:JSON")

View File

@ -13,7 +13,7 @@
// limitations under the License.
// Implements a fixed-point parameterized pipelined division
// operation. Outputs are expected to be on range [-1,1), techincally
// operation. Outputs are expected to be on range [-1,1), technically
// [-1,2^(BITS-1)-1/2^(BITS-1)]. There is no convergent rounding.
//
// [TODO] Implement optional convergent rounding and some form of

View File

@ -98,7 +98,7 @@ contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
}
/**
* @dev Base URI for computing {tokenURI}. Empty by default, can be overriden
* @dev Base URI for computing {tokenURI}. Empty by default, can be overridden
* in child contracts.
*/
function _baseURI() internal view virtual returns (string memory) {

View File

@ -13,7 +13,7 @@
// limitations under the License.
// Implements a fixed-point parameterized pipelined division
// operation. Outputs are expected to be on range [-1,1), techincally
// operation. Outputs are expected to be on range [-1,1), technically
// [-1,2^(BITS-1)-1/2^(BITS-1)]. There is no convergent rounding.
//
// [TODO] Implement optional convergent rounding and some form of