Skip to content

Commit

Permalink
Update ballerina standard library specifications
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Jan 28, 2025
1 parent 4d1522e commit a0e91fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/spec/ftp/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ An insecure FTP listener can be initialized by providing the mandatory `protocol
#
# + listenerConfig - Configurations for FTP listener
# + return - `()` or else an `ftp:Error` upon failure to initialize the listener
public isolated function init(ListenerConfiguration listenerConfig) returns Error?;
public isolated function init(*ListenerConfiguration listenerConfig) returns Error?;
```
#### 4.2.2. Secure Listener
A secure listener can be initialized by providing `ftp:SFTP` as the protocol and by providing `ftp:Credentials`
Expand Down
2 changes: 1 addition & 1 deletion spec/ftp/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ An insecure FTP listener can be initialized by providing the mandatory `protocol
#
# + listenerConfig - Configurations for FTP listener
# + return - `()` or else an `ftp:Error` upon failure to initialize the listener
public isolated function init(ListenerConfiguration listenerConfig) returns Error?;
public isolated function init(*ListenerConfiguration listenerConfig) returns Error?;
```
#### 4.2.2. Secure Listener
A secure listener can be initialized by providing `ftp:SFTP` as the protocol and by providing `ftp:Credentials`
Expand Down

0 comments on commit a0e91fe

Please sign in to comment.