Improve capitalization on Maximum and Minimum DMAPI versions

This commit is contained in:
Jordan Brown
2021-01-22 10:44:34 -05:00
parent badd6dca8d
commit 44b6057d01
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -267,11 +267,11 @@
// API FUNCTIONS
/// Returns the maximum supported [/datum/tgs_version] of the DMAPI.
/world/proc/TgsMaximumAPIVersion()
/world/proc/TgsMaximumApiVersion()
return
/// Returns the minimum supported [/datum/tgs_version] of the DMAPI.
/world/proc/TgsMinimumAPIVersion()
/world/proc/TgsMinimumApiVersion()
return
/**