Skip to content

Commit da976bf

Browse files
committed
oops mislabeled var
1 parent 5459893 commit da976bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@ linkProperties.addControlParam("$ios_url", withValue: "http://example.com/ios")
640640
```
641641

642642
```swift
643-
branchUniversalObject.getShortUrl(with: branchLinkProperties, andCallback: { (url: String, error: Error?) in
643+
branchUniversalObject.getShortUrl(with: linkProperties, andCallback: { (url: String, error: Error?) in
644644
if error == nil {
645645
NSLog("got my Branch link to share: %@", url)
646646
}

0 commit comments

Comments
 (0)