From fc628d257d0183b893155a4221eee39c2efea795 Mon Sep 17 00:00:00 2001 From: hpnrep6 Date: Thu, 19 Aug 2021 04:00:08 -0400 Subject: [PATCH] Use oxford commas consistently in About the Asset Library (#5183) --- tutorials/assetlib/what_is_assetlib.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/assetlib/what_is_assetlib.rst b/tutorials/assetlib/what_is_assetlib.rst index c750578b6..10c2f7d1f 100644 --- a/tutorials/assetlib/what_is_assetlib.rst +++ b/tutorials/assetlib/what_is_assetlib.rst @@ -4,7 +4,7 @@ About the Asset Library ======================= The Godot Asset Library, otherwise known as the AssetLib, is a repository of -user-submitted Godot addons, scripts, tools and other resources, collectively referred +user-submitted Godot addons, scripts, tools, and other resources, collectively referred to as assets. They're available to all Godot users for download directly from within the engine, but it can also be accessed at Godot's `official website `_. @@ -21,7 +21,7 @@ This makes the AssetLib more similar to the software repositories of a Linux dis This set of pages will cover how to use the AssetLib (both from inside Godot, and on the website), how you can submit your own assets, and what the guidelines for submission are. -Please note that the AssetLib is relatively young - it may have various pain points, bugs +Please note that the AssetLib is relatively young - it may have various pain points, bugs, and usability issues. As with all Godot projects, the code repository is available on `GitHub `_, where you can submit pull requests and issues, so please do not hesitate to visit it!