Skip to content

Commit bcea771

Browse files
authored
Update cocoa-foundation/src/foundation.rs
Fix method name
1 parent 46a3b04 commit bcea771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocoa-foundation/src/foundation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ impl NSProcessInfo for id {
242242
msg_send![self, processName]
243243
}
244244

245-
unsafe fn uptime(self) -> NSTimeInterval {
245+
unsafe fn systemUptime(self) -> NSTimeInterval {
246246
msg_send![self, systemUptime]
247247
}
248248

0 commit comments

Comments
 (0)