From 97323a6f399489d82bdede8b9deafab57567e2c8 Mon Sep 17 00:00:00 2001 From: mertcandav Date: Sun, 30 Jul 2023 18:21:58 +0300 Subject: [PATCH] update docs --- src/compiler/platform-support.md | 3 +-- src/standard-library/std-jule-build.md | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/compiler/platform-support.md b/src/compiler/platform-support.md index c302b46..cbbe429 100644 --- a/src/compiler/platform-support.md +++ b/src/compiler/platform-support.md @@ -13,9 +13,8 @@ The `unix` includes: `darwin` `linux` - `i386` - `amd64` -- `arm` - `arm64` The `64bit` includes: `amd64` `arm64` -The `32bit` includes: `i386` `arm` +The `32bit` includes: `i386` diff --git a/src/standard-library/std-jule-build.md b/src/standard-library/std-jule-build.md index cbd3fcf..5e42666 100644 --- a/src/standard-library/std-jule-build.md +++ b/src/standard-library/std-jule-build.md @@ -169,11 +169,6 @@ Reports whether architecture is amd64. --- -`fn is_arm(arch: str): bool`\ -Reports whether architecture is arm. - ---- - `fn is_arm64(arch: str): bool`\ Reports whether architecture is arm64. @@ -249,7 +244,6 @@ Architectures for file annotation kind. **Fields:** - `I386` -- `Arm` - `Arm64` - `Amd64` - `Bit32`