diff options
author | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-12 21:36:31 -0400 |
---|---|---|
committer | Andrew Gallant (Ocelot) <Andrew.Gallant@tufts.edu> | 2012-05-12 21:36:31 -0400 |
commit | 24fef4062ad441c935f5a87e908c5f293d8a2f42 (patch) | |
tree | a00d266cb13d7d9267df2f431ed643fc7a1562fd /nexgb/sync.go | |
parent | f77feff864545c590ad4f717ecf47278703e1792 (diff) | |
download | haven-24fef4062ad441c935f5a87e908c5f293d8a2f42.tar.gz haven-24fef4062ad441c935f5a87e908c5f293d8a2f42.tar.xz haven-24fef4062ad441c935f5a87e908c5f293d8a2f42.zip |
docs
Diffstat (limited to 'nexgb/sync.go')
-rw-r--r-- | nexgb/sync.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexgb/sync.go b/nexgb/sync.go index d671e62..59d0de1 100644 --- a/nexgb/sync.go +++ b/nexgb/sync.go @@ -1,6 +1,6 @@ package xgb -// Sync sends a round trip request and wait for the response. +// Sync sends a round trip request and waits for the response. // This forces all pending cookies to be dealt with. // You actually shouldn't need to use this like you might with Xlib. Namely, // buffers are automatically flushed using Go's channels and round trip requests |