Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Sep 13, 2024
1 parent e9f52b8 commit 0140f00
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion rerun_cpp/src/rerun/components/video_timestamp.hpp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion rerun_cpp/src/rerun/components/video_timestamp_ext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ namespace rerun {
}

/// Creates a new `VideoTimestamp` from time since video start.
/// \param time Time since video start.
template <typename TRep, typename TPeriod>
VideoTimestamp(std::chrono::duration<TRep, TPeriod> time)
: VideoTimestamp(
Expand Down
2 changes: 1 addition & 1 deletion rerun_py/rerun_sdk/rerun/components/video_timestamp_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def nanoseconds(
Parameters
----------
nanoseconds:
Timestamp values in milliseconds since video start.
Timestamp values in nanoseconds since video start.
"""
nanoseconds = np.asarray(nanoseconds, dtype=np.int64)
Expand Down

0 comments on commit 0140f00

Please sign in to comment.