From 97bf6d29dda213767050a072d606a152a1602235 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Wed, 10 Feb 2021 08:32:36 +0800 Subject: [PATCH] update doc --- docs/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing.md b/docs/contributing.md index a6f32bc7063..a791b0d6f1b 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -73,7 +73,7 @@ Code change should conform to the programming style guide of the respective lang - Ruby: https://github.com/bbatsov/ruby-style-guide - Rust: https://github.com/rust-lang-nursery/fmt-rfcs/blob/master/guide/guide.md (the default [rustfmt](https://github.com/rust-lang-nursery/rustfmt) configuration) - Scala: http://docs.scala-lang.org/style/ -- Swift: https://swift.org/documentation/api-design-guidelines/ +- Swift: [Apple Developer](https://developer.apple.com/library/prerelease/ios/documentation/Swift/Conceptual/Swift_Programming_Language/TheBasics.html) - TypeScript: https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines For other languages, feel free to suggest.