Skip to content

Commit 492ad6b

Browse files
committed
fix description
1 parent 7628990 commit 492ad6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HTTPStatusCodes/src/CommonModules/HTTPStatusCodesClientServerCached/Module.bsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ EndFunction
142142
// Returns the HTTP status code identifier by its three-digit numeric.
143143
//
144144
// Parameters:
145-
// Code - Number - three-digit numeric HTTP status code;
145+
// Id - String - HTTP status code identifier;
146146
//
147147
// Returns:
148148
// - Undefined - identifier not found;

HTTPStatusCodes/src/Configuration/Configuration.mdo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<defaultRunMode>ManagedApplication</defaultRunMode>
2020
<usePurposes>PersonalComputer</usePurposes>
2121
<vendor>Copyright © Alexander Strizhachuk</vendor>
22-
<version>2.0.0</version>
22+
<version>2.0.1</version>
2323
<defaultLanguage>Language.Русский</defaultLanguage>
2424
<dataLockControlMode>Managed</dataLockControlMode>
2525
<objectAutonumerationMode>NotAutoFree</objectAutonumerationMode>

0 commit comments

Comments
 (0)