From 59002eb4298ea6a4e077b117a72cbba2463fd0b4 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Wed, 4 Dec 2019 00:16:42 -0500 Subject: [PATCH] Close parentheses --- docs/app_integration_sending_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/app_integration_sending_data.md b/docs/app_integration_sending_data.md index be1e66cd..6d21759f 100644 --- a/docs/app_integration_sending_data.md +++ b/docs/app_integration_sending_data.md @@ -67,7 +67,7 @@ Libraries that wrap Sodium exist for most modern programming languages and platf Here are the libraries we suggest using, although you should feel free to use whatever works well for you. -- Swift/Objective-C: [swift-sodium](https://github.com/jedisct1/swift-sodium) (official library maintained by Sodium developers. +- Swift/Objective-C: [swift-sodium](https://github.com/jedisct1/swift-sodium) (official library maintained by Sodium developers). For other languages, please see the list of [Bindings for other languages](https://download.libsodium.org/doc/bindings_for_other_languages). If more than one choice is available, we recommend using the choice most recently updated.